V-Lab @ ANDC

Breadth First Search (BFS)

Aim

The goal of Breadth-First Search (BFS) is to systematically explore all of the nodes or vertices of a graph in layers, starting from a particular node and moving outward to its neighbors before exploring deeper levels.