reichenbch / iGraphly

Implementation of Graph based algorithms with tutorials.
0 stars 0 forks source link

Implementation of DFS in Python #2

Open reichenbch opened 4 years ago

reichenbch commented 4 years ago

Implementation of DFS (Depth First Search) algorithm in Python with Object Oriented Programming principles (classes and structures). No main method creation, only the class object creation with testing module, if possible.

Proper commenting and instruction to run the module required.