Lab

Graph Traversal


Prelab Task:

    1. Review the materials learned for graph traversal.

    2. Perform BFS and DFS for graph B

Lab Task:

In this lab, you will implement BFS and DFS on graph B and display the nodes respectively.

What to Turn In