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

Loading…
Cancel
Save