InterviewSolution
Saved Bookmarks
| 1. |
How many sub arrays does the quick sort algorithm divide the entire array into?(a) one(b) two(c) three(d) fourThe question was asked in a job interview.My doubt is from Quicksort topic in division Sorting of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) two |
|