LucasPilla / Sorting-Algorithms-Visualizer

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

Removed some unnecessary if-else statements in display.py #177

Closed de-soot closed 11 months ago

de-soot commented 11 months ago

Removed some unnecessary if-else statements in class ButtonBox(Box) and class Box's def update(self) functions from display.py to improve performance when updating buttons and boxes.