Multiple choice

Which of the following sorts solves the problem of card sorting counterintuitively by sorting on the least significant digit first?

  1. Counting Sort

  2. Radix Sort

  3. Merge Sort

  4. Decision Tree

  5. Algorithm

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

It solves the problem of cards sorting counterintuitively by sorting on the least significant digit first.