Skip to content

Commit c06bbf3

Browse files
luizanaolabuladong
authored andcommitted
Fix Detail typos
1 parent 05da30e commit c06bbf3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This command specifies the `english` branch and will limit the depth of the clon
3131
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
3232
* [House Robber Problems](dynamic_programming/HouseRobber.md)
3333
* [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
34-
34+
3535
* II. Data Structures
3636
* [Binary Head and Priority Queue](data_structure/binary_heap_implements_priority_queues.md)
37-
* [LRU Cache Strategy in Detial](interview/LRU_algorithm.md)
37+
* [LRU Cache Strategy in Detail](interview/LRU_algorithm.md)
3838
* [Collections of Binary Search Operations](data_structure/The_Manipulation_Collection_of_Binary_Search_Tree.md)
3939
* [Special Data Structure: Monotonic Stack](data_structure/MonotonicStack.md)
4040
* [Special Data Structure: Monotonic Stack](data_structure/Monotonic_queue.md)
@@ -47,7 +47,7 @@ This command specifies the `english` branch and will limit the depth of the clon
4747
* III. Algorithmic thinking
4848
* [My Way to Learn Algorithm](think_like_computer/ThewaytoAlgorithmlearning.md)
4949
* [The Framwork of Backtracking Algorithm](think_like_computer/DetailsaboutBacktracking.md)
50-
* [Binary Search in Detial](think_like_computer/DetailedBinarySearch.md)
50+
* [Binary Search in Detail](think_like_computer/DetailedBinarySearch.md)
5151
* [The Tech of Double Pointer](think_like_computer/double_pointer.md)
5252
* [The Key Concept of TowSum Problems](think_like_computer/The_key_to_resolving_TwoSum_problems.md)
5353
* [Divide Complicated Problem: Implement a Calculator](data_structure/Implementing_the_functions_of_a_calculator.md)

SUMMARY.md

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

55
* I. Dynamic Programming
6-
* [Dynamic Programming in Detials](dynamic_programming/AnalysisOfDynamicProgramming.md)
6+
* [Dynamic Programming in Details](dynamic_programming/AnalysisOfDynamicProgramming.md)
77
* [Classic DP: Edit Distance](dynamic_programming/EditDistance.md)
88
* [Classic DP: Super Egg](dynamic_programming/ThrowingEggsinHighBuildings.md)
99
* [Classic DP: Super Egg(Advanced Solution)](dynamic_programming/SuperEggDropAdvanced.md)
@@ -18,10 +18,10 @@
1818
* [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
1919
* [House Robber Problems](dynamic_programming/HouseRobber.md)
2020
* [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
21-
21+
2222
* II. Data Structure
2323
* [Binary Head and Priority Queue](data_structure/binary_heap_implements_priority_queues.md)
24-
* [LRU Cache Strategy in Detial](interview/LRU_algorithm.md)
24+
* [LRU Cache Strategy in Detail](interview/LRU_algorithm.md)
2525
* [Collections of Binary Search Operations](data_structure/The_Manipulation_Collection_of_Binary_Search_Tree.md)
2626
* [Special Data Structure: Monotonic Stack](data_structure/MonotonicStack.md)
2727
* [Special Data Structure: Monotonic Stack](data_structure/Monotonic_queue.md)
@@ -34,7 +34,7 @@
3434
* III. Algorithmic thinking
3535
* [My Way to Learn Algorithm](think_like_computer/ThewaytoAlgorithmlearning.md)
3636
* [The Framwork of Backtracking Algorithm](think_like_computer/DetailsaboutBacktracking.md)
37-
* [Binary Search in Detial](think_like_computer/DetailedBinarySearch.md)
37+
* [Binary Search in Detail](think_like_computer/DetailedBinarySearch.md)
3838
* [The Tech of Double Pointer](think_like_computer/double_pointer.md)
3939
* [The Key Concept of TowSum Problems](think_like_computer/The_key_to_resolving_TwoSum_problems.md)
4040
* [Divide Complicated Problem: Implement a Calculator](data_structure/Implementing_the_functions_of_a_calculator.md)
@@ -77,4 +77,4 @@
7777
* [You Must Know About Linux Shell](common_knowledge/linuxshell.md)
7878
* [You Must Know About Cookie and Session](common_knowledge/SessionAndCookie.md)
7979
* [Cryptology Algorithm](common_knowledge/Cryptology.md)
80-
* [Some Good Online Pratice Platforms](common_knowledge/OnlinePraticePlatform.md)
80+
* [Some Good Online Pratice Platforms](common_knowledge/OnlinePraticePlatform.md)

0 commit comments

Comments
 (0)