From 8b74e5b10bf19d0bbb977ced8b1fd17bcec1ad60 Mon Sep 17 00:00:00 2001 From: CoderWang Date: Sat, 7 Mar 2020 14:45:04 +0800 Subject: [PATCH] translate pancakes sorting --- think_like_computer/PancakesSorting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/think_like_computer/PancakesSorting.md b/think_like_computer/PancakesSorting.md index 6ff135feb8..0ccda0f2a0 100644 --- a/think_like_computer/PancakesSorting.md +++ b/think_like_computer/PancakesSorting.md @@ -1,5 +1,9 @@ # Pancakes Sorting +**Translator: [Dong Wang](https://github.com/Coder2Programmer)** + +**Author: [labuladong](https://github.com/labuladong)** + The pancake sorting is a very interesting practical problem: assuming there are `n` pieces of pancakes of **different sizes** on the plate, how do you turn it several times with a spatula to make these pancakes in order(small up, big down)? ![](../pictures/pancakeSort/1.jpg)