LucasPilla / Sorting-Algorithms-Visualizer

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

Update - Separated two similar but different implementations #111

Closed YaadR closed 2 years ago

YaadR commented 3 years ago

There were two implementations of Quicksort. The one synced with the display file was the RQS - 'randomized quicksort' implementation. The second, under the previous file name 'quicksort_LR', is the simple quicksort. Both now, are linked to the main and presented separately