Open
Description
Description of the problem
Radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix.
Example of the problem
It's quite simple and takes o(nk) in worst case time complexity as the k value represents the number of digits of the maximum value in sequence