Skip to content

v1.3 push_swap working with a list until 7 numbers

Compare
Choose a tag to compare
@biralavor biralavor released this 26 Jun 17:44
· 89 commits to main since this release
a1be660

V1.3 Push Swap

Now working to sort a list with:

  • from 2 until 7 numbers

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

Bugs just fixed:

  • New movement functions, which uses the cheapest cost of a given stack

Project in TDD (Test Driven Development)

  • 40 automated tests with 134 assertions

Still TODO:

  • make test for a list with 8 or more numbers
  • make test for negative numbers
  • make test for double or more signs (-- +++)
  • outside int_max range
  • outside int_min range

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

What's Changed

Full Changelog: v1.2...v1.3