In Breadth-first search (BFS) or level-order search, the search tree is broadened as much as possible before going to the next depth.

(“Tree Traversal” 2022)

Bibliography