InterviewSolution
Saved Bookmarks
| 1. |
When we realize a specific implementation of a pancake algorithm, every move when we find the greatest of the sized array and flipping can be modeled through __________(a) Combinations(b) Exponential functions(c) Logarithmic functions(d) PermutationsI have been asked this question in an internship interview.This key question is from Pancake Sort topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (d) PERMUTATIONS |
|