Radix sort is generally faster than comparison-based sorting algorithms for sorting _______ integers.

  • Binary
  • Large
  • Prime
  • Small
Radix sort is generally faster than comparison-based sorting algorithms for sorting small integers because it takes advantage of the fixed-size nature of integers and avoids comparisons.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *