LucasPilla / Sorting-Algorithms-Visualizer

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

Added grids and fixed dropdown menu overflow #172

Closed nanashi-03 closed 6 days ago

nanashi-03 commented 10 months ago

Added grid lines to guess the value of the bars for better visualization and understanding. Fixed an issue that was causing overflow in the algorithm selection box when selecting "binary insertion". Resolves:#168