Skip to content
Medium-Easy Remember Graphs Multiple Choice

What is the time complexity of topological sort using Kahn's algorithm?

Remember — Tests recall of fundamental facts and definitions.

Answer Options

A O(V log V)
B O(V+E)
C O(V*E)
D O(V²)

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 33+ more Graphs questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Graphs topic (Algorithms).

More Graphs Questions