|
|
Merge Sort |
|
|
1. 1 |
Merge sort uses which of the
following technique to implement sorting? Answer: c
|
C |
|
2. 2 |
What is the average case time
complexity of merge sort? Answer: a
|
A |
|
3. 3 |
. What is the auxiliary space
complexity of merge sort? Answer: c . |
C |
|
4. 4 |
Merge sort can be implemented using O(1) auxiliary space. a) true Answer: a |
A |
|
5. 5 |
What is the worst case time
complexity of merge sort? Answer: a
|
A |
|
6. 6 |
Which of the following method is
used for sorting in merge sort? Answer: a
|
A |
|
7. 7 |
What will be the best case time
complexity of merge sort? Answer: a
|
A |
|
8. 8 |
Which of the following is not a
variant of merge sort? Answer: d
|
D |
|
9. 9 |
Choose the incorrect statement
about merge sort from the following? Answer: b |
B |
|
10. 10 |
Which of the following is not in
place sorting algorithm by default? Answer: a
|
A |
|
11. 11 |
Which of the following is not a
stable sorting algorithm? Answer: a
|
A |
|
12. 12 |
Which of the following stable sorting
algorithm takes the least time when applied to an almost sorted array? Answer: d
|
D |
|
13. 13 |
Merge sort is preferred for arrays
over linked lists. Answer: b
|
B |
|
14. 14 |
Which of the following sorting algorithm
does not use recursion? Answer: d
|
D |
