Test yourself
Consider the following graph..
Which of the following is a valid order node visiting order generated using bfs ? (beginning from A)
If the tie-breaker in deciding which unvisited adjacent edge should be inserted into the queue first is reverse alphabetical order, in what order will the vertices be inserted (A is the start node).