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 |
How to get a list of tables, views and columns in firebird database?
How many null values are allowed in a set?
Which interface provides the capability to store objects using a key-value pair?
Does hashmap sort automatically?
Can we store null in arraylist?
What is a bubble sort and how do you perform it?
how a polynomial such as 6x^6+4x^3-2x+10 can be represnted by linked list?write an algorithm that reads such an polynomial
What should be done in the base case for this recursive problem?
What is circular queue in data structure?
Write a program for reversing the Single Linked List?
Is array part of collection framework?
What is bitonic search?