Apply the BF-algorithm of Section $11.7$ to determine a BFS-tree for the following:
(a) The graph of the regular dodecahedron (any root)
(b) GraphBuster (any root)
(c) A graph of order $n$ whose edges are arranged in a cycle (any root)
(d) A complete graph $K_{n}$ (any root)
(e) A complete bipartite graph $K_{m, n}$ (a left-vertex root, and a right-vertex root)
In each case, determine the breadth-first numbers and the distance of each vertex from the root chosen.