Skip to content

Commit abad17e

Browse files
committed
2 parents 40223a6 + 280f069 commit abad17e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Sorting Algorithm Visualizer
2+
3+
<a href="https://www.youtube.com/watch?v=4iM-eggaS2I">
4+
5+
![algovis](https://github.com/GSAUC3/RajarshiBanerjee/blob/master/images/algovis.gif)
6+
</a>
27
***
3-
A gui application to visualize various sorting algorithms using pure python.
8+
### A gui application to visualize various sorting algorithms using pure python.
49

510
How you can use it:
6-
- Clone this repo in your local machine
11+
- Fork & clone this repo in your local machine
712
- Run the following two commands and you are done. It's that easy.
813

914
```
@@ -21,10 +26,5 @@ Or python3 based on the OS you are on.
2126
- Merge Sort
2227
- Quick Sort
2328

24-
### Screenshot
25-
26-
<a href="https://www.youtube.com/watch?v=4iM-eggaS2I">Demo</a>
2729

28-
![algovis](https://github.com/GSAUC3/RajarshiBanerjee/blob/master/images/algovis.gif)
29-
30-
***
30+
***

0 commit comments

Comments
 (0)