+ 1
Radixx sort program
Hey.. confused in creating raddix sort program in C/C++. Pls anyone help me to figure it out.
6 Respostas
+ 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 ... 😅🤷♂️
+ 1
what do you have problems with; what do you know; do you have attempts; ...
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
0
Basically i have problems when there are multiple nos in same index. So how to figure it out.?
0
No problem dude.! 😊