I have this merge sort code but for int value, where do i need to change to get double/float value as output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have this merge sort code but for int value, where do i need to change to get double/float value as output?

https://code.sololearn.com/ck9GqCeu7BWQ/?ref=app

25th Apr 2022, 7:52 AM
Siyam
Siyam - avatar
1 Answer
+ 4
Everywhere you have variables working directly with data from the thing you want to sort
25th Apr 2022, 8:16 AM
Alexander Velinov
Alexander Velinov - avatar