InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a variant of merge sort?(a) in-place merge sort(b) bottom up merge sort(c) top down merge sort(d) linear merge sortThis question was addressed to me in an interview for job.This intriguing question originated from Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Correct choice is (d) linear merge sort |
|