From 2d237851edbe62f3bc676bcbcfb6ba72b9a359ef Mon Sep 17 00:00:00 2001 From: Wen Chuan Lee Date: Tue, 28 Jul 2020 02:46:20 -0700 Subject: [PATCH] Sync Table of Contents with master/Chinese branch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eaca72e3c4..633f1fb546 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,16 @@ This command specifies the `english` branch and will limit the depth of the clon * [FloodFill Algorithm in Detail](think_like_computer/flood_fill.md) * [Interval Scheduling: Interval Merging](think_like_computer/IntervalMerging.md) * [Interval Scheduling: Intersections of Intervals](think_like_computer/IntervalIntersection.md) + * [String Multiplication](think_like_computer/string_multiplication.md) + * [Pancake Sorting Algorithm](think_like_computer/PancakesSorting.md) + * [Sliding Window Algorithm](think_like_computer/SlidingWindowTechnique.md) + * [Some Useful Bit Manipulations](think_like_computer/CommonBitManipulation.md) * [Russian Doll Envelopes Problem](think_like_computer/RussianDollEnvelopes.md) * [A collection of counter-intuitive Probability Problems](think_like_computer/several_counter_intuitive_probability_problems.md) * [Shuffle Algorithm](think_like_computer/Shuffle_Algorithm.md) * [Recursion In Detail](data_structure/RecursionInDetail.md) + * IV. High Frequency Interview Series * [How to Implement LRU Cache](interview/LRU_algorithm.md) * [How to Find Prime Number Efficiently](interview/Print_PrimeNumbers.md)