File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Visual Studio
2
+ .vscode
3
+
1
4
# Byte-compiled / optimized / DLL files
2
5
__pycache__ /
3
6
* .py [cod ]
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ Visualizes various sorting algorithms with Python and Matplotlib.
6
6
7
7
![ Preview Image] ( https://raw.githubusercontent.com/c1m50c/sorting-algorithm-visualizer/assets/preview.gif )
8
8
9
+
9
10
## ** Installing Prerequisites**
10
11
``` bash
11
12
# See `requirements.txt` for details on required packages.
12
13
$ pip install -r requirements.txt
13
14
```
14
15
16
+
15
17
## ** Running**
16
18
``` bash
17
19
$ cd visual-sorting-algorithms # Change directory to repository's.
@@ -20,3 +22,15 @@ $ python3 src/main.py # Run the program.
20
22
Visual Sorting Algorithms
21
23
...
22
24
```
25
+
26
+
27
+ ## ** Algorithms**
28
+ - Insertion Sort
29
+ - Selection Sort
30
+ - Bubble Sort
31
+ - Quick Sort
32
+ - Merge Sort
33
+ - Gnome Sort
34
+ - Shell Sort
35
+ - Heap Sort
36
+ - Comb Sort
You can’t perform that action at this time.
0 commit comments