Can anyone give an idea related to Radix Sort?

46 Views Asked by At

As I'm learning Data Structures and Algorithms I came across some sorting algorithms such as this Radix Sort. Your Ideas can help me alot.

I know what it is but the only thing i don't understand is it's implementation as we take decimal number system for integer but what if user enters an array of binary numbers then would we be taking a bin array of binary number system. So i wanted to solve this problem but could'nt get it .

0

There are 0 best solutions below