AMAR SHANKAR

Results 11 comments of AMAR SHANKAR

> Implement graph traversal(BFS and DFS) algorithms for implicit graphs in any language. Hey I would Like to Contribute...

Yeah ! Python I can do it in Python too...

Added Graph traversal using BFS for Implicit Graph in Python [.**287**](https://github.com/ephremdeme/data-structure-and-algorithms/pull/287)

Added Graph traversal using DFS for Implicit Graph in Python. **[#288 ](https://github.com/ephremdeme/data-structure-and-algorithms/pull/288)**

> @amarks444 implement it in python. I have implimented it in python... You can merge it..

[goodfirstissuel](goodfirstissuel)

I would love to do it in C++ if you want?

[added Dijkstra in C++.](https://github.com/amarks444/Data-Structure-Algorithms/blob/master/DIJKSTRA'SALGORITHM.CPP)

Yes, I would love to do it, Can you provide some test cases for that..

I have Updated Dijkstras for Implicit Graphs using Set in STL ..**#305** You can Merge it..