v1.2 push_swap working with 4 numbers
V1.2 Push Swap
Now working to sort a list with:
- 2 numbers
- 3 numbers
- 4 numbers
Bugs just fixed:
- New method for swap, rotate, push functions
Project in TDD (Test Driven Development)
- 39 automated tests with 129 assertions
Still TODO:
- make test for a list with 5 or more numbers
- make test for negative numbers
- make test for double or more signs (-- +++)