DSA/algorithms/Python
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
..
arrays chore(Python): add dutch national flag algo (#720) 2022-04-11 09:38:45 -04:00
dictionaries chore(Python): add two sum for Dictionaries (#656) 2021-12-28 09:15:08 -04:00
dynamic_programming chore(Python): add Levenshtein distance (#685) 2022-02-07 10:58:16 -04:00
graphs chore(Python): add depth first search (#775) 2022-07-15 08:46:44 -04:00
linked_lists chore(Python): add program to print middle node element of linked list (#716) 2022-03-28 14:38:37 -04:00
multiplication enh(Python): rename from karatsuba.py to karatsuba_algorithm.py (#670) 2022-01-24 13:33:29 -04:00
queues chore(Python): add first in first out queue (#691) 2022-02-09 21:16:40 -04:00
recursion enh(Python): rename from insertionSort_rec to insertion_sort_rec (#669) 2022-01-13 08:55:32 -04:00
scheduling chore: migrate Python to new directory structure (#207) 2021-04-15 15:29:20 -04:00
searching chore(Python): add breath-first search (#738) 2022-04-20 09:37:34 -04:00
sorting chore(Python): add count-sort (#587) 2021-11-01 09:05:31 -04:00
strings chore(Python): add Rabin Karp algorithm (#699) 2022-03-06 21:50:41 -04:00
trees enh(Python): binary tree (#665) 2022-01-13 08:55:01 -04:00
README.md chore(Python): add depth first search (#775) 2022-07-15 08:46:44 -04:00