Azer0s / Azer0s/tinygraph

Implement Depth First Search

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

![](https://upload.wikimedia.org/wikipedia/commons/7/7f/Depth-First-Search.gif)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.