Skip to content

Commit 7bbbd79

Browse files
committed
update summary
1 parent 7e698aa commit 7bbbd79

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
1616
# Table of Content
1717

1818
* I. Dynamic Programming
19+
* [Dynamic Programming in Detials](dynamic_programming/AnalysisOfDynamicProgramming.md)
1920
* [Classic DP: Edit Distance](dynamic_programming/EditDistance.md)
2021
* [Classic DP: Super Egg](dynamic_programming/ThrowingEggsinHighBuildings.md)
2122
* [Classic DP: Super Egg(Advanced Solution)](dynamic_programming/SuperEggDropAdvanced.md)
@@ -29,7 +30,6 @@ This command specifies the `english` branch and limit the depth of clone, get ri
2930
* [Longest Increasing Subsequence](dynamic_programming/LongestIncreasingSubsequence.md)
3031
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
3132
* [House Robber Problems](dynamic_programming/HouseRobber.md)
32-
* [动态规划详解](dynamic_programming/动态规划详解进阶.md)
3333
* [团灭 LeetCode 股票买卖问题](dynamic_programming/团灭股票问题.md)
3434

3535
* II. Data Structure
@@ -42,7 +42,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
4242
* [Reverse Part of Linked List via Recursion](data_structure/reverse_part_of_a_linked_list_via_recursion.md)
4343
* [What's the Best Algo Book](think_like_computer/why_i_recommend_algs4.md)
4444
* [Queue Implement Stack/Stack implement Queue](data_structure/ImplementQueueUsingStacksImplementStackUsingQueues.md)
45-
* [学习算法和刷题的思路指南](think_like_computer/学习数据结构和算法的高效方法.md)
45+
* [Frameworkabout learning data structure and algorithm](think_like_computer/Framework%20and%20thoughts%20about%20learning%20data%20structure%20and%20algorithm.md)
4646

4747
* III. Algorithmic thinking
4848
* [My Way to Learn Algorithm](think_like_computer/ThewaytoAlgorithmlearning.md)
@@ -63,7 +63,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
6363
* [Recursion In Detail](data_structure/RecursionInDetail.md)
6464
* [Backtracking Solve Subset/Permutation/Combination](interview/Subset_Permutation_Combination.md)
6565
* [Several counter-intuitive Probability Problems](think_like_computer/several_counter_intuitive_probability_problems.md)
66-
* [洗牌算法](think_like_computer/洗牌算法.md)
66+
* [Shuffle Algorithm](think_like_computer/Shuffle_Algorithm.md)
6767

6868
* IV. High Frequency Interview Problem
6969
* [How to Implement LRU Cache](interview/LRU_algorithm.md)

SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [Introduction](README.md)
44

55
* I. Dynamic Programming
6+
* [Dynamic Programming in Detials](dynamic_programming/AnalysisOfDynamicProgramming.md)
67
* [Classic DP: Edit Distance](dynamic_programming/EditDistance.md)
78
* [Classic DP: Super Egg](dynamic_programming/ThrowingEggsinHighBuildings.md)
89
* [Classic DP: Super Egg(Advanced Solution)](dynamic_programming/SuperEggDropAdvanced.md)
@@ -16,7 +17,6 @@
1617
* [Longest Increasing Subsequence](dynamic_programming/LongestIncreasingSubsequence.md)
1718
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
1819
* [House Robber Problems](dynamic_programming/HouseRobber.md)
19-
* [动态规划详解](dynamic_programming/动态规划详解进阶.md)
2020
* [团灭 LeetCode 股票买卖问题](dynamic_programming/团灭股票问题.md)
2121

2222
* II. Data Structure
@@ -29,7 +29,7 @@
2929
* [Reverse Part of Linked List via Recursion](data_structure/reverse_part_of_a_linked_list_via_recursion.md)
3030
* [What's the Best Algo Book](think_like_computer/why_i_recommend_algs4.md)
3131
* [Queue Implement Stack/Stack implement Queue](data_structure/ImplementQueueUsingStacksImplementStackUsingQueues.md)
32-
* [学习算法和刷题的思路指南](think_like_computer/学习数据结构和算法的高效方法.md)
32+
* [Frameworkabout learning data structure and algorithm](think_like_computer/Framework%20and%20thoughts%20about%20learning%20data%20structure%20and%20algorithm.md)
3333

3434
* III. Algorithmic thinking
3535
* [My Way to Learn Algorithm](think_like_computer/ThewaytoAlgorithmlearning.md)
@@ -49,8 +49,8 @@
4949
* [Russian Doll Envelopes Problem](think_like_computer/RussianDollEnvelopes.md)
5050
* [Recursion In Detail](data_structure/RecursionInDetail.md)
5151
* [Backtracking Solve Subset/Permutation/Combination](interview/Subset_Permutation_Combination.md)
52-
* [几个反直觉的概率问题](think_like_computer/几个反直觉的概率问题.md)
53-
* [洗牌算法](think_like_computer/洗牌算法.md)
52+
* [Several counter-intuitive Probability Problems](think_like_computer/several_counter_intuitive_probability_problems.md)
53+
* [Shuffle Algorithm](think_like_computer/Shuffle_Algorithm.md)
5454

5555
* IV. High Frequency Interview Problem
5656
* [How to Implement LRU Cache](interview/LRU_algorithm.md)

0 commit comments

Comments
 (0)