File tree 5 files changed +294
-343
lines changed
5 files changed +294
-343
lines changed Original file line number Diff line number Diff line change 1
- / test .py
1
+ demo .py
2
2
/test2.py
3
3
/seed.py
4
- /Screenshot 2021-10-16 021635.png
4
+ /Screenshot 2021-10-16 021635.png
5
+ * .ipynb
6
+ algo_visualizer.py
Original file line number Diff line number Diff line change 1
1
# Sorting Algorithm Visualizer
2
-
2
+ ***
3
3
A gui application to visualize various sorting algorithms using pure python.
4
4
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.
11
8
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
13
18
- Bubble Sort
14
19
- Insertion Sort
15
20
- Selection Sort
@@ -20,4 +25,6 @@ A gui application to visualize various sorting algorithms using pure python.
20
25
21
26
22
27
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
+ ***
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments