From f180a44a274f172b184ae2bc073bc8c9a37492f3 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Thu, 23 Jan 2020 13:49:38 +0000 Subject: [PATCH] fix push swap readme --- subjects/push-swap/push-swap.en.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/subjects/push-swap/push-swap.en.md b/subjects/push-swap/push-swap.en.md index 04302ea3e..19ccf4d9a 100644 --- a/subjects/push-swap/push-swap.en.md +++ b/subjects/push-swap/push-swap.en.md @@ -55,24 +55,17 @@ Exec pb pb pb : = = a b --------------------------------------- -Exec ra rb (equivalent to rr): -8 2 -5 1 -6 3 +Exec rb : +6 2 +8 1 +5 3 = = a b --------------------------------------- Exec rra and rrb (equivalent to rrr): -6 3 -8 2 -5 1 -= = -a b ---------------------------------------- -Exec sa: -8 3 +5 3 6 2 -5 1 +8 1 = = a b ---------------------------------------