InterviewSolution
Saved Bookmarks
| 1. |
Which operation is most essential to the process of pancake sort?(a) Flip the given data(b) Find the largest of given data(c) Finding the least of given data(d) Inserting something into the given dataI had been asked this question in exam.I'd like to ask this question from Pancake Sort in portion Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (a) Flip the GIVEN data |
|