Skip to content

Commit 19b518a

Browse files
authored
added hyperlinks and guidelines
1 parent 2647dec commit 19b518a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/)
44

5+
## Guidelines (IMPORTANT)
6+
Mention the appropiate issue number in your pull request.
7+
Please test your script before sumitting pull requests.
8+
59
## Current List of Sorting Algos:
610

711

812
## Proposed List of Sorting Algos:
913
*(With hyperlinks to their respective issues)*
1014

11-
- 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

Comments
 (0)