From 57aa5a472edd4b786cf7ac8b1053c4160396be5f Mon Sep 17 00:00:00 2001 From: Andrea Capuano Date: Tue, 25 Aug 2020 10:29:27 +0200 Subject: [PATCH] Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef56a7..bf21c14 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This command specifies the `english` branch and will limit the depth of the clon * [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 Soring Algorithm](think_like_computer/PancakesSorting.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)