Skip to content

Commit 5396476

Browse files
committed
code update 101
1 parent 57b0baf commit 5396476

File tree

5 files changed

+294
-343
lines changed

5 files changed

+294
-343
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/test.py
1+
demo.py
22
/test2.py
33
/seed.py
4-
/Screenshot 2021-10-16 021635.png
4+
/Screenshot 2021-10-16 021635.png
5+
*.ipynb
6+
algo_visualizer.py

Readme.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Sorting Algorithm Visualizer
2-
2+
***
33
A gui application to visualize various sorting algorithms using pure python.
44

5-
### Language : Python 3
6-
7-
### Libraries required
8-
- Tkinter
9-
- ttkbootstrap
10-
- numpy
5+
How you can use it:
6+
- Clone this repo in your local machine
7+
- Run the following two commands and you are done. It's that easy.
118

12-
### Sorting algorithms
9+
```
10+
pip install -r requirements.txt
11+
```
12+
```
13+
python main.py
14+
```
15+
Or python3 based on the OS you are on.
16+
***
17+
### Sorting algorithms Covered
1318
- Bubble Sort
1419
- Insertion Sort
1520
- Selection Sort
@@ -20,4 +25,6 @@ A gui application to visualize various sorting algorithms using pure python.
2025

2126

2227

23-
![Screenshot 2021-10-16 021635](https://user-images.githubusercontent.com/55054089/137551474-512ffc14-90bc-4fdf-ab8c-835d930e3b64.png)
28+
![algovis](https://github.com/GSAUC3/RajarshiBanerjee/blob/master/images/algovis.gif)
29+
30+
***

algo_visualizer.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)