Question Type: Algorithm Analysis
Step-by-Step Solution:
"
Arrange the following in ascending order of their average case complexity.
Selection-sort, Quick-sort, Linear search, Binary search
Arrange the following algorithms from the most efficient to least efficient based on their time complexity.
A. Kruskal's Algorithm
B. Breadth first search Algorithm
C. Bellman-Ford Algorithm
D. Dijkstra's Algorithm
E. Edmonds-Karp Algorithm.
Choose the correct answer from the options given below:
Which of the following is correct order of increasing time complexity of algorithms
A. Tower of Hanoi with n disk.
B. Binary search given n sorted numbers.
C. Heap sort given n numbers at the worst case.
D. Addition of two n x n matrices.
Choose the correct answer from the options given below: