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 |
Explain stacks and queues in detail.
How to get top two numbers from an array?
Name two algorithms two find minimum spanning tree?
What are the disadvantages array implementations of linked list?
What is bubble sort?
Which is faster hashmap or hashtable?
How to get largest and smallest number in an array?
Define collision in hashing?
What is binary tree in discrete mathematics?
What is bubble sort with example?
How does the size of arraylist increases dynamically?
What is stack and its operations?