InterviewSolution
Saved Bookmarks
| 1. |
Which of the following should be used to sort a huge database on a fixed-length key field?(a) Insertion sort(b) Merge sort(c) LSD radix sort(d) Quick sortThis question was addressed to me during an online exam.This interesting question is from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT ANSWER is (c) LSD radix SORT |
|