InterviewSolution
Saved Bookmarks
| 1. |
The topological sorting of any DAG can be done in ________ time.(a) cubic(b) quadratic(c) linear(d) logarithmicI'm obligated to ask this question of Directed Acyclic Graph topic in division Graph of Data Structures & Algorithms IThis question was addressed to me during an interview. |
|
Answer» The CORRECT choice is (c) linear |
|