There was an error while loading. Please reload this page.
1 parent b4269f3 commit cce4973Copy full SHA for cce4973
README.md
@@ -3,9 +3,10 @@
3
Python [program](visualizer.py) that visualizes different sorting algorithms.
4
5
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
+
+- can sort ascending and descending
+- can change algorithm, speed, and order on the fly while sorting
9
+- can pause and play mid sort
10
11
<img src='examples/unsorted.png' alt='example pic' width=500px>
12
<img src='examples/sorted.png' alt='example pic' width=500px>
@@ -16,6 +17,7 @@ Why my sorting algorithm visulaiser is unique:
16
17
- Insertion Sort
18
- Merge Sort
19
- Quick Sort
20
+- Stupid Sort
21
22
## Requirements
23
0 commit comments