Skip to content

Commit cce4973

Browse files
stupid sort
1 parent b4269f3 commit cce4973

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Python [program](visualizer.py) that visualizes different sorting algorithms.
44

55
Why my sorting algorithm visulaiser is unique:
6-
- can sort ascending and descending
7-
- can change algorithm, speed, and order on the fly while sorting
8-
- can pause and play mid sort
6+
7+
- can sort ascending and descending
8+
- can change algorithm, speed, and order on the fly while sorting
9+
- can pause and play mid sort
910

1011
<img src='examples/unsorted.png' alt='example pic' width=500px>
1112
<img src='examples/sorted.png' alt='example pic' width=500px>
@@ -16,6 +17,7 @@ Why my sorting algorithm visulaiser is unique:
1617
- Insertion Sort
1718
- Merge Sort
1819
- Quick Sort
20+
- Stupid Sort
1921

2022
## Requirements
2123

0 commit comments

Comments
 (0)