Company: iragecapital

Difficulty: easy

Problem Statement

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)

More iragecapital OA questionsInterview experiences