Question
Which data structure or concept is best described as a linear ordering of vertices that respects all directed precedence edges?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Topological Sort
Explanation:
Topological Sort is a linear ordering of vertices that respects all directed precedence edges.
This description distinguishes it from the other choices.
Leave a Reply