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 / sriram
i think it is dfs algo......
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you find the number of comparisons in bubble sort?
How does the bubble sort work?
Can arraylist store int?
What are the different types of sorting? Explain the difference between them.
Define a set?
Can we search the data in a linked list?
Is hashmap a collection?
How do signed and unsigned numbers affect memory?
what are the applications of Linked Lists?
What is entryset method in map?
Can you store different types in an array?
How do you find the complexity of a bubble sort?
What are the applications of priority queues?
How do you find the second largest element in an array of integers?
Explain the Queue