We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2647dec commit 19b518aCopy full SHA for 19b518a
README.md
@@ -2,10 +2,15 @@
2
3
[](https://www.firsttimersonly.com/)
4
5
+## Guidelines (IMPORTANT)
6
+Mention the appropiate issue number in your pull request.
7
+Please test your script before sumitting pull requests.
8
+
9
## Current List of Sorting Algos:
10
11
12
## Proposed List of Sorting Algos:
13
*(With hyperlinks to their respective issues)*
14
-- Bubble Sort
15
+- [Bubble Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/issues/1)
16
+- [Quick Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/issues/3)
0 commit comments