Browse Source

Typos fixed.

pull/514/head
kuzikov 4 years ago committed by GitHub
parent
commit
3920c66f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/push-swap/push-swap.en.md

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

@ -21,7 +21,7 @@ These are the instructions that you can use to sort the stack :
- `ra` rotate stack `a` (shift up all elements of stack `a` by 1, the first element becomes the last one)
- `rb` rotate stack `b`
- `rr`execute `ra` and `rb`
- `rra` reverse rotate `a` (shift down all elements of stack `a` by 1, the first element becomes the last one)
- `rra` reverse rotate `a` (shift down all elements of stack `a` by 1, the last element becomes the first one)
- `rrb` reverse rotate `b`
- `rrr` execute `rra` and `rrb`

Loading…
Cancel
Save