Skip to content

Commit 3ebec5a

Browse files
committed
Ignore .vscode, Update README.MD 📰
1 parent fb2245c commit 3ebec5a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Visual Studio
2+
.vscode
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

README.MD

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Visualizes various sorting algorithms with Python and Matplotlib.
66

77
![Preview Image](https://raw.githubusercontent.com/c1m50c/sorting-algorithm-visualizer/assets/preview.gif)
88

9+
910
## **Installing Prerequisites**
1011
```bash
1112
# See `requirements.txt` for details on required packages.
1213
$ pip install -r requirements.txt
1314
```
1415

16+
1517
## **Running**
1618
```bash
1719
$ cd visual-sorting-algorithms # Change directory to repository's.
@@ -20,3 +22,15 @@ $ python3 src/main.py # Run the program.
2022
Visual Sorting Algorithms
2123
...
2224
```
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

0 commit comments

Comments
 (0)