CNG315_Lecture10_InclassExercises
CNG315_Lecture10_InclassExercises
Topics: Graphs Definitions, Graph Implementations, Depth-First Graph Traversal, Breadth-First Graph
Traversal.
1. Specify whether the following statements are True or False for the graph below.
2. Represent the following graph with an adjacency matrix and adjacency list.
Page 1 of 3
3. Represent the following graph with an adjacency matrix and adjacency list.
Page 2 of 3
b. Apply BST (Breath-first traversal)
Page 3 of 3