Podcast
Questions and Answers
50%
50%
Lecture
Reading Break
Reading Break
Hashing
An adjacency matrix is used to represent a(n) ______
An adjacency matrix is used to represent a(n) ______
graph
DFS must visit the vertex with the ______ index value first
DFS must visit the vertex with the ______ index value first
Signup and view all the answers
The createGraph function creates a graph represented by an ______
The createGraph function creates a graph represented by an ______
Signup and view all the answers
The insertEdge function marks the adjacent vertices in the adjacency ______
The insertEdge function marks the adjacent vertices in the adjacency ______
Signup and view all the answers
The dfs function implements a non-recursive DFS ______
The dfs function implements a non-recursive DFS ______
Signup and view all the answers