algorithms-exercises icon indicating copy to clipboard operation
algorithms-exercises copied to clipboard

add sort condition to random radix sort test

Open sindre-frisvold-git opened this issue 3 years ago • 1 comments

Add sort condition to prevent numbers being compared alphabetically. This prevented the test to pass with a valid radix sort implementation.

sindre-frisvold-git avatar Jun 21 '22 00:06 sindre-frisvold-git

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.

sindre-frisvold-git avatar Jun 21 '22 00:06 sindre-frisvold-git