sortvisualizer icon indicating copy to clipboard operation
sortvisualizer copied to clipboard

Radix sort is bugged - it always requires a second pass at the end to finish sorting

Open guymarshall opened this issue 2 years ago • 0 comments

Screenshot from 2023-10-29 22-06-42

The above screenshot is what happens when you run radix sort with any number of elements. It almost sorts the list but then requires an additional run to sort the first element correctly. This means it is much slower than other sorting algorithms that work correctly.

guymarshall avatar Oct 29 '23 22:10 guymarshall