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 ---------------------------------------