
Breadth first search is a searching technique that traverses a graph by travelling to adjacent nodes on the same level (hence the name breadth first search).

Breadth first search is a searching technique that traverses a graph by travelling to adjacent nodes on the same level (hence the name breadth first search).