Best way to get individual digits from int for radix sort in C/C++
- by jordanstephens
What is the best way to get individual digits from an int with n number of digits for use in a radix sort algorithm? I'm wondering if there is a particularly good way to do it in C/C++, if not what is the general best solution?