Computer Sciences > Gate 2015 Set-1 > Algorithms
Match the following
| (P) Prim’s algorithm for minimum spanning tree | (i) Backtracking |
| (Q) Floyd-Warshall algorithm for all pairs shortest paths | (ii) Greedy method |
| (R) Mergesort | (iii) Dynamic programming |
| (S) Hamiltonian circuit | (iv) Divide and conquer |
Explanation
Correct : Algorithms
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.