LucasPilla / Sorting-Algorithms-Visualizer

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

Implemented a box that showed the time an algorithm takes to sort. #170

Closed SunnyWan59 closed 1 month ago

SunnyWan59 commented 1 year ago

A small addition, but I added a box on the bottom menu that displays the time it takes for an algorithm to sort. Resolves: #169