Q # 1 : in which graph algorithm do we start finding
vertices that should be first in the topological order and
then apploy the fact that every vertex must come before its
successors in the topolgical order.
Answers were Sorted based on User's Feedback
To my understanding of the question it sounds like
topological sort
| Is This Answer Correct ? | 3 Yes | 2 No |
Define a priority queue?
What is mean by merge sort?
What is data structure and why it is important?
How do you find the time complexity of a bubble sort?
What do you mean by data types?
What are arrays give example?
What is priority queue in data structure?
Explain circular linked list?
What is dynamic array with example?
Do sets allow duplicates?
Can a stack be described as a pointer? Explain.
What do you mean by 2-3-4 tree?