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.
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.