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


Please Help Members By Posting Answers For Below Questions

How to reverse a linked list iterative algorithm?

488


How do you reference all the elements in a one-dimension array?

590


Is json a data structure?

525


What is the difference between Strings and Arrays?

535


What is the best complexity of bubble sort?

472






Define hash table?

547


What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?

529


State the merits of linear representation of binary trees?

600


What are the disadvantages of representing a stack or queue by a linked list?

501


Can we search the data in a linked list?

507


If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?

619


How do you declare An array of three pointers to chars

511


Are sets sorted?

522


Is treemap thread safe?

515


What is the best data structure and algorithm to implement cache?

528