Movatterモバイル変換


[0]ホーム

URL:


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

Commit083e708

Browse files
authored
Merge pull requestgreyireland#11 from whalecold/local2
chore(path): use relative path
2 parents2324fc6 +66f34ef commit083e708

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

‎README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818

1919
###入门篇 🐶
2020

21-
-[go 语言入门](https://github.com/greyireland/algorithm-pattern/blob/master/introduction/golang.md)
22-
-[算法快速入门](https://github.com/greyireland/algorithm-pattern/blob/master/introduction/quickstart.md)
21+
-[go 语言入门](./introduction/golang.md)
22+
-[算法快速入门](./introduction/quickstart.md)
2323

2424
###数据结构篇 🐰
2525

26-
-[二叉树](https://github.com/greyireland/algorithm-pattern/blob/master/data_structure/binary_tree.md)
27-
-[链表](https://github.com/greyireland/algorithm-pattern/blob/master/data_structure/linked_list.md)
28-
-[栈和队列](https://github.com/greyireland/algorithm-pattern/blob/master/data_structure/stack_queue.md)
29-
-[二进制](https://github.com/greyireland/algorithm-pattern/blob/master/data_structure/binary_op.md)
26+
-[二叉树](./data_structure/binary_tree.md)
27+
-[链表](./data_structure/linked_list.md)
28+
-[栈和队列](./data_structure/stack_queue.md)
29+
-[二进制](./data_structure/binary_op.md)
3030

3131
###基础算法篇 🐮
3232

33-
-[二分搜索](https://github.com/greyireland/algorithm-pattern/blob/master/basic_algorithm/binary_search.md)
34-
-[排序算法](https://github.com/greyireland/algorithm-pattern/blob/master/basic_algorithm/sort.md)
35-
-[动态规划](https://github.com/greyireland/algorithm-pattern/blob/master/basic_algorithm/dp.md)
33+
-[二分搜索](./basic_algorithm/binary_search.md)
34+
-[排序算法](./basic_algorithm/sort.md)
35+
-[动态规划](./basic_algorithm/dp.md)
3636

3737
###算法思维 🦁
3838

39-
-[递归思维](https://github.com/greyireland/algorithm-pattern/blob/master/advanced_algorithm/recursion.md)
40-
-[滑动窗口思想](https://github.com/greyireland/algorithm-pattern/blob/master/advanced_algorithm/slide_window.md)
41-
-[二叉搜索树](https://github.com/greyireland/algorithm-pattern/blob/master/advanced_algorithm/binary_search_tree.md)
42-
-[回溯法](https://github.com/greyireland/algorithm-pattern/blob/master/advanced_algorithm/backtrack.md)
39+
-[递归思维](./advanced_algorithm/recursion.md)
40+
-[滑动窗口思想](./advanced_algorithm/slide_window.md)
41+
-[二叉搜索树](./advanced_algorithm/binary_search_tree.md)
42+
-[回溯法](./advanced_algorithm/backtrack.md)
4343

4444
##心得体会
4545

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp