Browse Source

Update README.md

*The goal is to sort the stack with the minimum possible number of operations.
Update answer on the example from 8 to 7 operations.
content-update
Danonika 4 years ago committed by GitHub
parent
commit
1bd8060bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      subjects/push-swap/README.md

5
subjects/push-swap/README.md

@ -97,12 +97,11 @@ This project will help you learn about :
```console
student$ ./push_swap "2 1 3 6 5 8"
sa
pb
pb
pb
ra
sa
pa
rrr
pa
pa
student$ ./push_swap "0 one 2 3"

Loading…
Cancel
Save