Answer:
This result does not apply to Radix sort because Radix sorting system has a Linear time complexity and not the complexity of a comparative sorting algorithms. as seen with 0( n log n )
Explanation:
This result does not apply to Radix sort because Radix sorting system has a Linear time complexity and not the complexity of a comparative sorting algorithms. as seen with 0( n log n )
A Radix sorting algorithm performs its functions of sorting keys by grouping them into place values and there no specific manner it does that i.e. it can be done in an increasing or decreasing manner and its own operation is in ; O( n.k )