LucasPilla / Sorting-Algorithms-Visualizer

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

Refactored code in display.py #178

Closed de-soot closed 1 month ago

de-soot commented 11 months ago

Removed unnecessary if-else statements in class Box and class ButtonBox(Box)'s def update() functions Fixed variable name spelling error ( DEFAUTL_OPTION -> DEFAULT_OPTION ) Removed random whitespaces Beautified some other things for better readability