ary1733 / Hacktober2020

Lets make a code bank for Competitive coding
9 stars 31 forks source link

Create dfs.py #23

Closed AltamasBari closed 3 years ago

AltamasBari commented 3 years ago

5 : Depth-first traversal or Depth-first Search is a recursive algorithm for searching all the vertices of a graph or tree data structure.