Implement Depth First Search
Open
enhancement
good first issue
Hacktoberfest
- Dominant language
- C++
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
> Depth First Search is one of the most simple graph algorithms. It traverses the graph by first checking the current node and then moving to one of its sucessors to repeat the process. If the current node has no sucessor to check, we move back to its predecessor and the process continues (by moving to another sucessor). If the solution is found the search stops.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.