visualization-tool icon indicating copy to clipboard operation
visualization-tool copied to clipboard

Improve maximum value handling for LSD Radix Sort

Open grant-hollosi opened this issue 3 years ago • 0 comments

Currently, LSD Radix Sort can hold large values, however the array index boxes are sometimes not large enough to handle the large value. There should be a solution that either increases the size of every array index box proportional to the largest element, or just the box that the element resides.

grant-hollosi avatar Oct 06 '21 13:10 grant-hollosi