Skip to content

Commit 7376f57

Browse files
committed
doc: update the Sort section
1 parent 88067a3 commit 7376f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ It includes code and patterns from the "JavaScript Algorithms" repository, trans
3232
### Sort
3333

3434
- [QuickSort](src/algorithms/sort/quick-sort/quick-sort.ts)
35+
- [BubbleSort](src/algorithms/sort/bubble-sort/bubble-sort.ts)
36+
- [BubbleSortSimple](src/algorithms/sort/bubble-sort/bubble-sort-simple.ts)
3537

3638
## Utils
3739

0 commit comments

Comments
 (0)