Browse Source

Merge pull request #447 from 01-edu/fix-pushswap

fix push swap readme
pull/448/head
OGordoo 5 years ago committed by GitHub
parent
commit
8355ef2a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      subjects/push-swap/push-swap.en.md

19
subjects/push-swap/push-swap.en.md

@ -55,24 +55,17 @@ Exec pb pb pb :
= = = =
a b a b
--------------------------------------- ---------------------------------------
Exec ra rb (equivalent to rr): Exec rb :
8 2 6 2
5 1 8 1
6 3 5 3
= = = =
a b a b
--------------------------------------- ---------------------------------------
Exec rra and rrb (equivalent to rrr): Exec rra and rrb (equivalent to rrr):
6 3 5 3
8 2
5 1
= =
a b
---------------------------------------
Exec sa:
8 3
6 2 6 2
5 1 8 1
= = = =
a b a b
--------------------------------------- ---------------------------------------

Loading…
Cancel
Save