mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Malay readme (#927)
* update-readme * deploy * deploy Co-authored-by: name <your mail> Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Breadth-First Search (BFS)
|
||||
|
||||
Breadth-first search (BFS) is an algorithm for traversing
|
||||
or searching tree or graph data structures. It starts at
|
||||
Breadth-first search (BFS) is an algorithm for traversing,
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user