Skip to content

v1.61 push_swap sorting all numbers but not optmized

Compare
Choose a tag to compare
@biralavor biralavor released this 01 Jul 14:22
· 47 commits to main since this release

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

Screenshot from 2024-06-26 14-40-35

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

Screenshot from 2024-06-26 14-50-12

What's Changed

Full Changelog: v1.5...v1.61