LucasPilla / Sorting-Algorithms-Visualizer

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

Implementing time taken to sort #169

Closed SunnyWan59 closed 1 month ago

SunnyWan59 commented 1 year ago

It would be interesting and helpful to see the time an algorithm takes to sort visualized on the bottom display.

adrienneli104 commented 11 months ago

Is this issue still open? I would like to work on it if so

aaravtanti commented 11 months ago

Hi, I would like to contribute to this issue.

SunnyWan59 commented 11 months ago

I think I finished it in my pull request

LucasPilla commented 11 months ago

Hey @aaravtanti, @SunnyWan59 has already completed the issue, but you could contribute to his pull request #170 if you wish. It would be cool to have the time updated with each iteration, instead of just displaying it at the end.