Gaming32 / ArrayV

New home of https://github.com/MusicTheorist/ArrayVisualizer
MIT License
303 stars 47 forks source link

Sorted check breaks on equal elements #65

Closed Flanlaina closed 3 years ago

Flanlaina commented 3 years ago

When I run a sort where the main array has equal elements, it says the sort was unsuccessful while it actually is. Reference image: image

Gaming32 commented 3 years ago

What sort is this, and does this issue occur on other sorts?

Flanlaina commented 3 years ago

Binary Pattern-Defeating Merge Sort, and it does occour on any non-esoteric sorts