Skip to content

Commit 890b0bb

Browse files
committed
Create README.md
1 parent 4af1c3d commit 890b0bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# python-sorts
2+
Comparison of sorting algorithms in Python. Pass arguments to generate shuffled array of arbitrary length.
3+
4+
Requirements:
5+
Currently there is only one dependency 'Tabulate', To print summary table for algorithms in better form.
6+
7+
Run following command to install:
8+
pip install -r requirements.txt
9+

0 commit comments

Comments
 (0)