@@ -10,12 +10,12 @@ Sorting Algorithms Visualization Python Demo: demo.gif
10
10
11
11
## Features
12
12
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.
19
19
20
20
## Prerequisites
21
21
0 commit comments