'Perform a breadth-first search
Perform a breadth-first search on the graph below; starting from node A When there are multiple nodes to visit at a time, choose the node that comes first in alphabetical order
A
B
D
E
F
In particular; demonstrate the state of the queue each time a node is added to it or removed from it, and the listing of the nodes in the order in which they are first visited:'