DeepNinja07x / Python_Scripts

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32 stars 56 forks source link

Added BFS and DFS algorithms #166

Open Adrija-G opened 1 year ago

Adrija-G commented 1 year ago

I have added Breadth-First and Depth-first algorithms in the Algorithms folder of Python Scripts. Kindly consider merging this pull request. Thank you!