/Depth-First-Search-DFS-

Depth-first search (DFS) is an algorithm for traversing or searching tree or graph data structures.

Primary LanguagePython

Depth-First-Search-DFS-Python

Breadth-first-search and Depth-first search in python are algorithms used to traverse(Visiting each node) a graph or a tree.

DFS Python Implementation

Hand Written Notes :)

DFS