In: Computer Science
Construct a connected undirected graph with 25 or more nodes.
- Draw your graph in a diagram.
- Draw the adjacency matrix of your graph.
- Draw the adjacency list of your graph.
- Run the BFS algorithm on your graph and complete the chart discussed in class. Detailed steps, including the changes of node color, predecessor, etc., as discussed in class, are required.