Skip to content

Commit c783dcf

Browse files
authored
Update README.md
1 parent c668a9c commit c783dcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)