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

Commitcee40b3

Browse files
committed
Merge branch 'master' of github.com:greyireland/algorithm-pattern
2 parents31b1566 +083e708 commitcee40b3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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

‎data_structure/linked_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,6 @@ func copyRandomList(head *Node) *Node {
582582
-[ ][sort-list](https://leetcode-cn.com/problems/sort-list/)
583583
-[ ][reorder-list](https://leetcode-cn.com/problems/reorder-list/)
584584
-[ ][linked-list-cycle](https://leetcode-cn.com/problems/linked-list-cycle/)
585-
-[ ][linked-list-cycle-ii](https://leetcode-cn.com/problems/https://leetcode-cn.com/problems/linked-list-cycle-ii/)
585+
-[ ][linked-list-cycle-ii](https://leetcode-cn.com/problems/linked-list-cycle-ii/)
586586
-[ ][palindrome-linked-list](https://leetcode-cn.com/problems/palindrome-linked-list/)
587587
-[ ][copy-list-with-random-pointer](https://leetcode-cn.com/problems/copy-list-with-random-pointer/)

‎data_structure/stack_queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ func updateMatrix(matrix [][]int) [][]int {
513513
##总结
514514

515515
- 熟悉栈的使用场景
516-
-后出先出,保存临时值
516+
-后入先出,保存临时值
517517
- 利用栈 DFS 深度搜索
518518
- 熟悉队列的使用场景
519519
- 利用队列 BFS 广度搜索

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp