Breadth-first search

Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property. It starts at the tree root and explores all nodes at the present depth prior to moving on to the nodes at the next depth level.

Source: Wikipedia — Breadth-first search (CC BY-SA 4.0)

Breadth-first search

Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property. It starts at the tree root and explores all nodes at the present depth prior to moving on to the nodes at the next depth level.

This neuron ends here.

Source: Wikipedia "Breadth-first search" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy