Multiple choice

If 0(nlogn) time is used in average case, which of the following sorting techniques is used?

  1. Quick sort

  2. Selection sort

  3. Insertion sort

  4. None of these

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

Quick sort is used to sorting methods works in 0(nlogn) time in the average case.