Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 2 deletions
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 算法通关
1+
# 基础算法通关
22

33
## 常见的排序算法
44

‎basic/README_EN.md‎

Lines changed: 8 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /