Skip to content

v1.5 push_swap working with a list until 7 numbers

Compare
Choose a tag to compare
@biralavor biralavor released this 28 Jun 15:42
· 74 commits to main since this release
6be5c35

V1.5 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:

  • Now the program accepts a negative number at the end of the list #13

Project in TDD (Test Driven Development)

  • 48 automated tests with 150 assertions

Still TODO:

  • make test for a list with 8 or more numbers
  • make test for double or more signs (-- +++)

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

What's Changed

Full Changelog: v1.4...v1.5