@@ -10,12 +10,12 @@ Sorting Algorithms Visualization Python Demo: demo.gif
1010
1111## Features
1212
13- - Visualize popular sorting algorithms, including Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and more.
14- - Choose from various pre-defined datasets, including random, sorted, reversed, and nearly sorted data.
15- - Adjust the speed of the visualization to observe the sorting process in real-time or faster.
16- - Step through the sorting process one step at a time or let it run continuously.
17- - Pause, resume, and reset the visualization as needed.
18- - Interactive user interface to control the visualization.
13+ - 🎯 Visualize popular sorting algorithms, including Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and more.
14+ - 📊 Choose from various pre-defined datasets, including random, sorted, reversed, and nearly sorted data.
15+ - ⏱️ Adjust the speed of the visualization to observe the sorting process in real-time or faster.
16+ - ⏯️ Step through the sorting process one step at a time or let it run continuously.
17+ - ⏸️ Pause, resume, and reset the visualization as needed.
18+ - 🖥️ Interactive user interface to control the visualization.
1919
2020## Prerequisites
2121
0 commit comments