Skip to content

Commit 2668a97

Browse files
Update README.md
- Added demo GIFs for all 6 sorting algorithms
1 parent da1354d commit 2668a97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ The visualizer currently supports all these sorting algorithms,
3333
- Calculates and displays the total seconds to complete every sorting process.
3434
- Sound to enhance the visualizer experience with its speed.
3535

36+
# Algorithms demo:
37+
## Bubble sort
38+
![Bubble-Sort-1](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/b9a2c8da-efe4-4e19-82b9-9ff606011dd7)
39+
## Insertion sort
40+
![Insertion-Sort-1-002Speed](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/ed51a051-9e40-4e2d-b553-906ea2f795e4)
41+
## Selection sort
42+
![Selection-Sort-1-002Speed](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/56d1f3f6-6608-4762-a69a-9443cdc59bb8)
43+
## Gnome sort
44+
![Gnome-Sort-1-002Speed](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/b2a621e1-4888-482f-84ee-744abc8c84bc)
45+
## Shaker sort
46+
![Shaker-Sort-1-002Speed](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/60c2aee4-6fa7-45d9-86c6-636db861f5a9)
47+
## Odd even sort
48+
![Odd-Even-Sort-1-002Speed](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/85335543-5928-4434-a17f-c8d192d85b66)
49+
3650
## Screenshots
3751
GUI
3852
![shuffled_unsorted_bars](https://github.com/reshmaharidhas/Sorting-Visualizer/assets/37250413/f05c5cc9-00db-4a3f-a254-b2bcd25e8185)

0 commit comments

Comments
 (0)