question archive Consider the following array values and apply quick sort on it
Subject:Computer SciencePrice: Bought3
Consider the following array values and apply quick sort on it. Only dry run is required but you have to show all steps:
10 3 8 5 12 2 15 4 1
Once there was a competition between expert algorithm designers / programmers to develop a best sorting algorithm / application. One of the genius algorithm designers won the competition. Try to come-up with a possible logic (algorithm or combination of algorithms) the designers might have developed in order to won the competition. Give argument / reasons that why the algorithm (or combination of algorithms) is the best.