v1.1 push_swap working with 3 numbers, with bugfix
V1.1 Push Swap
Now working to sort a list with:
- 2 numbers
- 3 numbers
Bugs just fixed:
- The program was unable to add more variables at struct. Now, fixed with a new linked list reader.
Project in TDD (Test Driven Development)
- 27 automated tests with 76 assertions
Still TODO:
- make test for a list with four or more numbers
- make test for signs (- +)
- make test for non-numbers input