InterviewSolution
Saved Bookmarks
| 1. |
Brick sort uses which of the following methods for sorting the input?(a) selection(b) partitioning(c) merging(d) exchangingI had been asked this question during an interview.My question is taken from Sorting in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right CHOICE is (d) exchanging |
|