|
3 | 3 | * [Introduction](README.md)
|
4 | 4 |
|
5 | 5 | * I. Dynamic Programming
|
6 |
| - * [Dynamic Programming in Detials](dynamic_programming/AnalysisOfDynamicProgramming.md) |
| 6 | + * [Dynamic Programming in Details](dynamic_programming/AnalysisOfDynamicProgramming.md) |
7 | 7 | * [Classic DP: Edit Distance](dynamic_programming/EditDistance.md)
|
8 | 8 | * [Classic DP: Super Egg](dynamic_programming/ThrowingEggsinHighBuildings.md)
|
9 | 9 | * [Classic DP: Super Egg(Advanced Solution)](dynamic_programming/SuperEggDropAdvanced.md)
|
|
18 | 18 | * [KMP Algorithm In Detail](dynamic_programming/KMPCharacterMatchingAlgorithmInDynamicProgramming.md)
|
19 | 19 | * [House Robber Problems](dynamic_programming/HouseRobber.md)
|
20 | 20 | * [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
|
21 |
| - |
| 21 | + |
22 | 22 | * II. Data Structure
|
23 | 23 | * [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) |
25 | 25 | * [Collections of Binary Search Operations](data_structure/The_Manipulation_Collection_of_Binary_Search_Tree.md)
|
26 | 26 | * [Special Data Structure: Monotonic Stack](data_structure/MonotonicStack.md)
|
27 | 27 | * [Special Data Structure: Monotonic Stack](data_structure/Monotonic_queue.md)
|
|
34 | 34 | * III. Algorithmic thinking
|
35 | 35 | * [My Way to Learn Algorithm](think_like_computer/ThewaytoAlgorithmlearning.md)
|
36 | 36 | * [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) |
38 | 38 | * [The Tech of Double Pointer](think_like_computer/double_pointer.md)
|
39 | 39 | * [The Key Concept of TowSum Problems](think_like_computer/The_key_to_resolving_TwoSum_problems.md)
|
40 | 40 | * [Divide Complicated Problem: Implement a Calculator](data_structure/Implementing_the_functions_of_a_calculator.md)
|
|
77 | 77 | * [You Must Know About Linux Shell](common_knowledge/linuxshell.md)
|
78 | 78 | * [You Must Know About Cookie and Session](common_knowledge/SessionAndCookie.md)
|
79 | 79 | * [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