docs: add Bubble-Sort to index

pull/348/head
Ming Tsai 2021-06-08 10:41:14 -04:00 committed by GitHub
parent ff976fb266
commit 82ebe66d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Algorithms # Algorithms
## Sorting ## Sorting
- [Bubble Sort](./Sorting/Bubble-Sort.md)
- [Merge Sort](./Sorting/Merge-Sort.md) - [Merge Sort](./Sorting/Merge-Sort.md)
## Strings ## Strings