Azer0s / Azer0s/tinygraph

Implement Breadth First Search (BFS)

Open
#5 2 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

> Breadth First Search is one of the most simple graph algorithms. It traverses the graph by first checking the current node and then expanding it by adding its successors to the next level. The process is repeated for all nodes in the current level before moving to the next level. If the solution is found the search stops.

![](https://upload.wikimedia.org/wikipedia/commons/4/46/Animated_BFS.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.