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.
Answer Posted / achintya singhal
BFS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is arraylist better than array?
Differentiate between push and pop?
What is sorting in data structure?
What is a list in data structure?
Which is faster quick sort or merge sort?
Write the procedure to convert general tree to binary tree?
Why is sorting and classifying important?
What do you understand by doubly linked list?
Can we use any class as map key?
Differentiate between iterator and listiterator.
How do you sort large data?
What is basic data structure?
What is the use of sorting the data?
How do you declare An array of three char pointers
How can you insert a node at the end of linked list?