Multiple choice

In which of the following sorts, division into sublist is done through the choice and use of a pivot value, which is a value in the given list so that all values in the list less than the pivot and the rest in the other list?

  1. Quick Sort

  2. Merge Sort

  3. Decision Tree

  4. Counting Sort

  5. Algorithm

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Division into sublist is done through the choice and use of a pivot value, which is a value in the given list so that all values in the list less than the pivot are put in one list and rest in other list.