Question Bank

Sorting Algorithm Speed Round

Difficulty: Easy

Quick drills on quicksort, mergesort, heapsort, and counting sort: best / average / worst times, stability, and when each one wins.

Question Bank
/

Sorting Algorithm Speed Round

Sorting Algorithm Speed Round

Quick drills on quicksort, mergesort, heapsort, and counting sort: best / average / worst times, stability, and when each one wins.

Question Bank
Easy
JavaScript
3 questions
sorting
merge-sort
quiz
fundamentals

279 views

8

Match each sort to its average-case time and worst-case time: quicksort, mergesort, heapsort, counting sort (on n integers in range [0, k]).