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 6124351

Browse files
committed
fix: resolve wrong link problem in README
1 parent 4ee7bf5 commit 6124351

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎README_EN.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF
3333

3434
## Basic Algorithms
3535

36-
1. [Sorting](/basic/sort/README.md)
36+
1. [Bubble Sort](/basic/sorting/BubbleSort/README.md)
37+
1. [Insertion Sort](/basic/sorting/InsertionSort/README.md)
38+
1. [Merge Sort](/basic/sorting/MergeSort/README.md)
39+
1. [Quick Sort](/basic/sorting/QuickSort/README.md)
3740

3841
## High Frequency Interview Questions
3942

‎basic/sorting/README.md‎

Whitespace-only changes.

0 commit comments

Comments
(0)

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