Company: iragecapital
Difficulty: easy
Depth-First Search Time Complexity The time complexity of depth-first search on a graph with V vertices and E edges stored as adjacency lists is: O(V²) O(VE) O(E log V) O(V + E)