Question: Most Efficient Time Complexity of Topological Sorting is? (V – number of vertices, E – number of edges)

Options

A : O(V + E)

B : O(V)

C : O(E)

D : O(V*E)

Click to view Correct Answer

Previous || Next

Data Structure Topological Sorting more questions

What is the worst case complexity of bubble sort?

What is the worst case complexity of selection sort?

What is the best case complexity in building a heap?

What is the best case and worst case complexity of....

What is time complexity to check if a string(length S1)....

Time Complexity of Breadth First Search is? (V – number....

Time Complexity of DFS is? (V – number of vertices,....

Time complexity to find if there is an edge between....

Space complexity for an adjacency list of an undirected graph....

The time complexity to calculate the number of edges in....

Data Structure Adjacency List more Online Exam Quiz

Data Structure Stack Operations

Data Structure Stack Using Queues

Data Structure String Reversal Recursion

Data Structure Test

Data Structure Threaded Binary Tree

Data Structure Towers Hanoi

Data Structure Undirected Graph

Data Structure Uniform Binary Search

Data Structure Wagner Fischer Algorithm

Data Structure Weak Heap