In this I have made a folder of DFS inside algorithms and in this folder I have given my code using C++ and I used the iterative approach to wrote this code.
Technical Specifications
Language used:C++
Issue requirements / progress
[x] Read about Depth first search traversal for a graph.
[x] Implement DFS using adjacency matrix.
[x] Change above code to work with adjacency list.
How to run
Just go to program and run code in any GCC compiler.
Resolves Issue #17
Description
In this I have made a folder of DFS inside algorithms and in this folder I have given my code using C++ and I used the iterative approach to wrote this code.
Technical Specifications
Language used:C++