A graph traversal algorithm that traverses a graph level by level, exploring all the nodes at a particular level before moving on to the next level.
A graph traversal algorithm that traverses a graph level by level, exploring all the nodes at a particular level before moving on to the next level.