IntermediateVocabulary#software-architecture#developer-tools#backend

Breadth-First Search Vocabulary

Build fluency in the vocabulary of expanding a graph level by level with a queue to guarantee the shortest edge-count path.

0 / 5 completed
1 / 5
At standup, a dev mentions exploring a graph level by level from a source node, visiting every neighbor at the current distance before moving one step farther out, using a queue to track which node to expand next. What is this algorithm called?