Which of the following is not true of depthfirst search (DFS) starting at a vertex v?
A). DFS identifies all vertices reachable from v.
B). Using an adjacency list instead of an adjacency matrix can improve the worst
case complexity.
C). DFS numbering can be used to identify cycles in the graph.
D). DFS will identify the shortest paths from v in any graph without edge weights.
Answers
Answered by
0
B). using an adjacency list instead of an adjacency matrix can improve the worst case complexity.
Similar questions
Business Studies,
8 months ago
Math,
8 months ago
Social Sciences,
1 year ago
English,
1 year ago
Chemistry,
1 year ago