Skip to content

Commit b0ee85b

Browse files
committed
Updating Englisg READMEs'
1 parent 820cb53 commit b0ee85b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF
3939
- [Selection Sort](/basic/sorting/SelectionSort/README.md)
4040
- [Merge Sort](/basic/sorting/MergeSort/README.md)
4141
- [Quick Sort](/basic/sorting/QuickSort/README.md)
42+
- [Shell Sort](/basic/sorting/ShellSort/README.md)
4243

4344
### Searching
4445

basic/README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Selection Sort](./sorting/SelectionSort/README.md)
88
- [Merge Sort](./sorting/MergeSort/README.md)
99
- [Quick Sort](./sorting/QuickSort/README.md)
10+
- [Shell Sort](./sorting/ShellSort/README.md)
1011

1112
## Searching
1213

0 commit comments

Comments
 (0)