Skip to content

Commit 4750ade

Browse files
authored
Merge pull request #2 from blackeye735/blackeye735-patch-2
Added Heap Sort in README.md
2 parents 1f6466b + 12c464f commit 4750ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Selection Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/Selection_Sort.py)
1212
- [Insertion Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/insertion_sort.py)
1313
- [Merge Sort](https://github.com/Zircoz/Sorting-Algorithms-in-Python/blob/master/merge_sort.py)
14-
14+
- [Heap Sort](https://github.com/blackeye735/Sorting-Algorithms-in-Python/blob/master/Heapsort.py)
1515

1616
## Proposed List of Sorting Algos:
1717

0 commit comments

Comments
 (0)