Define radix sort
3 years ago
Data Structure and Algorithm
Radix Sort is a clever and intuitive little sorting algorithm. Radix sort is a non- comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual digits which share the same significant position and value. Radix Sort puts the elements in order by comparing the digits of the numbers.
Sanisha Maharjan
Jan 23, 2022