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
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
How is any data structure application is classified among files?
How does variable declaration affect memory allocation?
What is queue example?
Explain the expression trees?
What is the best sorting technique?
Explain the internal working of a hash map?
Name some applications which use linked lists.
How null key is handled in hashmap?
What is the use of threaded binary tree?
Which language is best to learn data structures?
What is the complexity of sorting algorithm?
Can arraylist store int?
What is difference between hashmap and linkedhashmap?
How do signed and unsigned numbers affect memory?