Skip to content

Commit 49f7403

Browse files
committed
add readMe
1 parent a30af4e commit 49f7403

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readMe.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Sorting Algorithms Visualization Tool
2+
Project use pygame to visualize process of sorting using different algorithms.
3+
**By Oskar Kosobucki | Kosaaaaa**
4+
5+
## Algorithms
6+
7+
1. Quick Sort
8+
2. Merge Sort
9+
3. Select Sort
10+
11+
## Usage
12+
13+
pip install -r requirements.txt
14+
python visualization.py

0 commit comments

Comments
 (0)