Skip to content

Commit aab844a

Browse files
authored
Merge pull request deutranium#158 from Fonta22/patch-3
Added Bubble Sort link on Readme.md and linked Comb Sort
2 parents 529fd70 + 79772fb commit aab844a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Basically these are supposed to be my notes, but feel free to use them as you wi
4646

4747
### [Sorting Algorithms](sortingAlgo)
4848
- [Bucket Sort](sortingAlgo/bucketsort)
49-
- Comb Sort
49+
- [Bubble Sort](sortingAlgo/bubbleSort)
50+
- [Comb Sort](sortingAlgo/combSort)
5051
- [Counting Sort](sortingAlgo/countingSort)
5152
- [Cycle Sort](sortingAlgo/cycleSort)
5253
- [Heap Sort](sortingAlgo/heapSort)

0 commit comments

Comments
 (0)