From 1bd8060bf5a971868df5c2bbe4a165781c4b458e Mon Sep 17 00:00:00 2001 From: Danonika <52859990+Danonika@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:44:31 +0600 Subject: [PATCH] Update README.md *The goal is to sort the stack with the minimum possible number of operations. Update answer on the example from 8 to 7 operations. --- subjects/push-swap/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subjects/push-swap/README.md b/subjects/push-swap/README.md index aba7bbf9..6b1ffdbc 100644 --- a/subjects/push-swap/README.md +++ b/subjects/push-swap/README.md @@ -97,12 +97,11 @@ This project will help you learn about : ```console student$ ./push_swap "2 1 3 6 5 8" -sa -pb pb pb +ra sa -pa +rrr pa pa student$ ./push_swap "0 one 2 3"