DSA/algorithms/Python/graphs
PrathameshSahasrabuddhe 4add09632e
chore(Python): add depth first search (#775)
* Added depth first search algorithm in Python and updated README.md

* Added output example in Depth First Search algorithm

* bug fixes

* Fixed spelling mistake on line 1 (alorithm-> algorithm)

* Moved the file from recursion folder to graphs folder and updated README.md

Co-authored-by: Prathamesh Sahasrabuddhe <prathamesh16020@gmail.com>
2022-07-15 08:46:44 -04:00
..
bfs-sequence.py chore(Python): add Breadth First Search for a graph (#760) 2022-05-29 10:07:46 -04:00
depth-first-search.py chore(Python): add depth first search (#775) 2022-07-15 08:46:44 -04:00
graph.py chore(Python): add graph (#495) 2021-10-11 11:18:53 -04:00