Radix sort is a non-comparative sorting algorithm that uses a different technique for sorting numbers. It sorts numbers based on their digits, starting from the least significant digit to the most significant digit. Radix sort is efficient and runs in linear time.
Sort: