I have coping with radix sort implementation for numbers which have different length, already I have problem about coding Radix sort for integers and now I need to consider different length numbers please help!

Also the other problem is I need to get each number that are separated by blank spaces from one line to corresponding index of a array. Like;

Enter numbers; 10 354 23 65 76

then from this line I index them into array but how? I have some opinion by using string manipulations but is there any simple solution?

Thank you for your help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.