Skip to content

Commit 3f102f1

Browse files
committed
fix: update README.md
1 parent 8e03404 commit 3f102f1

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111

112112
<a href="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890"></a>
113113

114-
115-
> You help the developer community practice for interviews, and there is nothing better we could ask for. -1. [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
114+
> "*You help the developer community practice for interviews, and there is nothing better we could ask for.*" -- [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
116115
117116
## 许可证
118117

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Thank you to all our backers and sponsors!
102102
<a href="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890"></a>
103103

104104

105-
> You help the developer community practice for interviews, and there is nothing better we could ask for. -1. [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
105+
> "*You help the developer community practice for interviews, and there is nothing better we could ask for.*" -- [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
106106
107107
## License
108108

basic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 算法通关
1+
# 基础算法通关
22

33
## 常见的排序算法
44

basic/README_EN.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Basic Algorithms
2+
3+
## Sorting
4+
5+
- [Bubble Sort](./sorting/BubbleSort/README.md)
6+
- [Insertion Sort](./sorting/InsertionSort/README.md)
7+
- [Merge Sort](./sorting/MergeSort/README.md)
8+
- [Quick Sort](./sorting/QuickSort/README.md)

0 commit comments

Comments
 (0)