ArrayV icon indicating copy to clipboard operation
ArrayV copied to clipboard

Set the unreasonable limit of napoleon sorting to 26.

Open pystraf opened this issue 5 months ago • 0 comments

When the length of array is 26, this algorithm can complete sorting in less than 1 second. But if the length is 27, this algorithm takes a long time to complete sorting.

pystraf avatar Sep 30 '24 11:09 pystraf