v1.61 push_swap sorting all numbers but not optmized
V1.61 Push Swap
Now working to sort a list with:
- from 2 until 7 numbers, in a optimized method
- more than 7 numbers, without the best sorting method
Bugs just fixed:
- Now the program accepts a large negative numbers list #18
- Now the program blocks if the is a non number at the list #20
- Now the program blocks unexpected signs (-) and (--)
Project in TDD (Test Driven Development)
- 56 automated tests with 166 assertions
Still TODO:
- optimize the sorting method
What's Changed
- 14 fix non numbers list verification by @biralavor in #15
- fixing all negative numbers at list by @biralavor in #18
- 19 bugfix non numbers at list validation by @biralavor in #20
- 21 bugfix if is sign only by @biralavor in #22
Full Changelog: v1.5...v1.61