mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 17:44:08 +08:00
Update READMEs.
This commit is contained in:
@ -5,3 +5,9 @@ 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.
|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
[Wikipedia](https://en.wikipedia.org/wiki/Breadth-first_search)
|
||||
|
Reference in New Issue
Block a user