InterviewSolution
Saved Bookmarks
| 1. |
Topological sort can be implemented by?(a) Using Depth First Search(b) Using Breadth First Search(c) Using Depth and Breadth First Search(d) Using level ordered searchI got this question in semester exam.I would like to ask this question from Topological Sort in division Miscellaneous of Data Structures & Algorithms II |
|
Answer» Right option is (c) Using Depth and Breadth First Search |
|