Skip to content

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

+4-1
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)