Algorithmic-Resources icon indicating copy to clipboard operation
Algorithmic-Resources copied to clipboard

New topic suggestions

Open lnishan opened this issue 8 years ago • 2 comments

From what I can think of at the moment,
Here is a list of recommendations for your list:

Generally speaking, the section on graph needs more contents IMO.

  • Connected Components (Keywords: Kosaraju's Algorithm, Tarjan's Algorithm, Strongly Connected Components (SCC), Biconnected Components (BCC), Articulation Point (AP))
  • Range Minimum/Maximum Queries (RMQ)
  • Least Common Ancestor (LCA)
  • Prime Factorization (Keywords: Miller-Rabin, Pollard's rho)
  • Sieve of Eratosthenes
  • Fenwick Tree (Binary Indexed Tree)

I'll add more if I can think of any that's not on the list.

lnishan avatar Feb 11 '16 17:02 lnishan

thanks! I do see some of these already in the list but I'll make sure that I add the rest. Or would you like to submit for a PR?

hkirat avatar Feb 12 '16 04:02 hkirat

Hmm...

Along with #7 , would you like to create a working branch for this? (Because sections would be mostly empty during this time)

lnishan avatar Feb 12 '16 04:02 lnishan