Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New topic suggestions #8

Open
lnishan opened this issue Feb 11, 2016 · 2 comments
Open

New topic suggestions #8

lnishan opened this issue Feb 11, 2016 · 2 comments

Comments

@lnishan
Copy link

lnishan commented Feb 11, 2016

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.

@hkirat
Copy link
Owner

hkirat commented Feb 12, 2016

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?

@lnishan
Copy link
Author

lnishan commented Feb 12, 2016

Hmm...

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants