Skip to content

Commit a9c96a8

Browse files
committed
Update README.md and SUMMARY.md
1 parent a6e4940 commit a9c96a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
3030
* [Longest Increasing Subsequence](dynamic_programming/LongestIncreasingSubsequence.md)
3131
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
3232
* [House Robber Problems](dynamic_programming/HouseRobber.md)
33-
* [团灭 LeetCode 股票买卖问题](dynamic_programming/团灭股票问题.md)
33+
* [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
3434

3535
* II. Data Structure
3636
* [Binary Head and Priority Queue](data_structure/binary_heap_implements_priority_queues.md)

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [Longest Increasing Subsequence](dynamic_programming/LongestIncreasingSubsequence.md)
1818
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
1919
* [House Robber Problems](dynamic_programming/HouseRobber.md)
20-
* [团灭 LeetCode 股票买卖问题](dynamic_programming/团灭股票问题.md)
20+
* [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
2121

2222
* II. Data Structure
2323
* [Binary Head and Priority Queue](data_structure/binary_heap_implements_priority_queues.md)

0 commit comments

Comments
 (0)