namanvats / cpalgorithms

Algorithms and Techniques for competitive programming
MIT License
17 stars 31 forks source link

Add Graph Algorithms in a new folder #2

Open namanvats opened 4 years ago

namanvats commented 4 years ago

Add graph traversal algorithms by making a new folder in the root directory of the repository

goyaldhara commented 4 years ago

Can i take up this issue?

namanvats commented 4 years ago

Sure You can take up this issue make sure you properly name your programs like "depth_first_traversal.cpp" and also include comments and assumptions.