Skip to content

Commit 79772fb

Browse files
authored
Added Bubble Sort link on Readme.md and linked Comb Sort
1 parent 832c1e7 commit 79772fb

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)