Using Breadth First Search (BFS) algorithm, traverse the given graph below. Show the resulting tree. What is the worst-case time complexity of the BFS algorithm?
(10 points) Using Breadth First Search (BFS) algorithm, traverse the given graph below. Show the resulting tree: What is the worst-case time complexity of the BFS algorithm?