algorithms-exercises
algorithms-exercises copied to clipboard
add sort condition to random radix sort test
Add sort condition to prevent numbers being compared alphabetically. This prevented the test to pass with a valid radix sort implementation.
additional info: I saw some other pull requests trying to fix the same issue but they made multiple unrelated changes as well. Thus I made this small pull request.