A

Admin • 831.35K Points
Coach

Q. How many sub arrays does the quick sort algorithm divide the entire array into?

  • (A) one
  • (B) two
  • (C) three
  • (D) four

Explanation by: Admin
the entire array is divided into two partitions, 1st sub array containing elements less than the pivot element and 2nd sub array containing elements greater than the pivot element.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.