Breadth-first search (BFS) is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root (or some arbitrary node of a graph, sometimes referred to as a 'search key') and explores the neighbor nodes first, before moving to the next level neighbors.
Files
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest commit
breadth-first-search
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||