rahulverma13 / rahul_2025

CSA 2024-2025 Repo
Apache License 2.0
0 stars 0 forks source link

rahul_2025/2024/09/08/sorting_visualizer #4

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

Sorting Algorithm Visualizer | Nighthawk Pages

Visualizes sorting algorithms

https://rahulverma13.github.io/rahul_2025/2024/09/08/sorting_visualizer.html

Akhil353 commented 1 month ago

Nice visualizer! It is easy to see when changes happen and how the different algorithms do things differently. For next time, maybe consider showing what steps are being taken when the button are clicked. This would make it even easier to see what happens.

DrishyaMody commented 1 month ago
aaguy-hue commented 1 month ago

Rahul, the program is a great step towards teaching people how sorting algorithms work. However, it is limited by the fact that it isn't clear what is happening between each step. Perhaps drawing diagrams for merge sort or having animations for bubble sort's swaps would make things clearer.

JasonGuan1012 commented 1 month ago

A really interesting idea, overally great job on the "Sorting Algorithm Visualizer". I hope that there will be more interesting features and possibly add animations into the visualizer.

iKAN2025 commented 1 month ago

Good job! Maybe add some times (time.() function to record time, mention what time the algorithm ran in. Great job creating a tool relevant to CS!