@@ -63,10 +63,10 @@ This command specifies the `english` branch and limit the depth of clone, get ri
63
63
* [ Sliding Window Algorithm] ( think_like_computer/SlidingWindowTechnique.md )
64
64
* [ Some Useful Bit Manipulations] ( think_like_computer/CommonBitManipulation.md )
65
65
* [ Russian Doll Envelopes Problem] ( think_like_computer/RussianDollEnvelopes.md )
66
- * [ Solve Permutation, Combination, Subset Problems by Backtracking] ( interview/Subset_Permutation_Combination.md )
66
+ * [ Recursion In Detail] ( data_structure/RecursionInDetail.md )
67
+ * [ Backtracking Solve Subset/Permutation/Combination] ( interview/Subset_Permutation_Combination.md )
67
68
* [ 几个反直觉的概率问题] ( think_like_computer/几个反直觉的概率问题.md )
68
69
* [ 洗牌算法] ( think_like_computer/洗牌算法.md )
69
- * [ Recursion In Detail] ( data_structure/RecursionInDetail.md )
70
70
71
71
* IV. Dynamic Programming
72
72
* [ Classic DP: Edit Distance] ( dynamic_programming/EditDistance.md )
@@ -79,9 +79,9 @@ This command specifies the `english` branch and limit the depth of clone, get ri
79
79
* [ Greedy: Interval Scheduling] ( dynamic_programming/IntervalScheduling.md )
80
80
* [ 4 Keys Keyboard] ( dynamic_programming/FourKeysKeyboard.md )
81
81
* [ What is DP Optimal Substructure] ( dynamic_programming/OptimalSubstructure.md )
82
+ * [ Longest Increasing Subsequence] ( dynamic_programming/LongestIncreasingSubsequence.md )
83
+ * [ KMP Algorithm In Detail] ( dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md )
82
84
* [ 动态规划详解] ( dynamic_programming/动态规划详解进阶.md )
83
- * [ 动态规划设计:最长递增子序列] ( dynamic_programming/动态规划设计:最长递增子序列.md )
84
- * [ KMP] ( dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md )
85
85
* [ 团灭 LeetCode 股票买卖问题] ( dynamic_programming/团灭股票问题.md )
86
86
* [ 团灭 LeetCode 打家劫舍问题] ( dynamic_programming/抢房子.md )
87
87
0 commit comments