LucasPilla / Sorting-Algorithms-Visualizer

Program made with Python and Pygame module for visualizing sorting algorithms
MIT License
418 stars 153 forks source link

BUG: TimSort Algorithm does not finish the sorting #180

Closed idomeisner closed 9 months ago

idomeisner commented 9 months ago

The algorithm stops the sorting before it is completed.

It looks like this:

image

I would like to fix the sort if it's ok.