1. [15 points] Trace the Breadth first search (BFS) traversal algorithm on below undirected graph beginning at vertex A
Posted: Fri Jul 08, 2022 6:15 am
1. [15 points] Trace the Breadth first search (BFS) traversal algorithm on below undirected graph beginning at vertex A and visit adjacent vertices in alphabetical order. Present your answer in the below table format, use as many rows as you need. Note that BFS works for both directed and undirected graph. A E I Front vertex B F J Next neighbor K Visited ver vertexQueue (front to back) traversalOrder (from