akshitagit / CPP

Repository for C++/C codes and algos.
https://github.com/akshitagupta15june
MIT License
483 stars 430 forks source link

Add the algorithms!! #33

Open akshitagupta15june opened 3 years ago

akshitagupta15june commented 3 years ago

Add the algorithms if you find they are not already added in the repositories and create a pull request.

Example : In sorting/searching repo many algos are not added so add them and raise the pull request.

Happy Coding!!!

AkashGit21 commented 3 years ago

Hi, I cannot find any graph folder here. I would like to add some common graph Algorithms( like BFS, DFS, etc). Also, I wish to add some algos like LCA on Tree using binary lifting.

All my codes are in CPP. So let me know if I can contribute.

akshitagupta15june commented 3 years ago

There is a repo trees&graph