You are viewing a single comment's thread. Return to all comments →
I implemented my own mergesort in python but I was failing tests due to the conversion from str to int, and int to str.
Fix? Simple, just run the mergesort with strings instead of ints.
Seems like cookies are disabled on this browser, please enable them to open this website
Big Sorting
You are viewing a single comment's thread. Return to all comments →
I implemented my own mergesort in python but I was failing tests due to the conversion from str to int, and int to str.
Fix? Simple, just run the mergesort with strings instead of ints.