Radixx sort program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Radixx sort program

Hey.. confused in creating raddix sort program in C/C++. Pls anyone help me to figure it out.

29th Sep 2019, 5:16 PM
Manav Shah
Manav Shah - avatar
6 Answers
+ 3
in radix sort you go throw the digits and put all elements by that digit into 10 diffrent buckets. Afterwards you put them back into the array but in the order of the buckets. you repeat this process until all digits have been done. I don't know C/C++ but I heard its very similar to Java, which I know ... 😅🤷‍♂️
30th Sep 2019, 4:14 PM
Anton Böhler
Anton Böhler - avatar
+ 1
what do you have problems with; what do you know; do you have attempts; ...
29th Sep 2019, 6:08 PM
Anton Böhler
Anton Böhler - avatar
29th Sep 2019, 6:11 PM
Anton Böhler
Anton Böhler - avatar
0
Thanks a lot.. Can you plz send a code on C/C++ because i am a beginner now and haven't started with Java
30th Sep 2019, 3:16 PM
Manav Shah
Manav Shah - avatar
0
Basically i have problems when there are multiple nos in same index. So how to figure it out.?
30th Sep 2019, 3:20 PM
Manav Shah
Manav Shah - avatar
0
No problem dude.! 😊
2nd Oct 2019, 12:42 PM
Manav Shah
Manav Shah - avatar