We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1c3d commit 890b0bbCopy full SHA for 890b0bb
README.md
@@ -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