Skip to content

v1.1 push_swap working with 3 numbers, with bugfix

Compare
Choose a tag to compare
@biralavor biralavor released this 08 Jun 18:09
· 182 commits to main since this release

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

Screenshot from 2024-06-07 15-23-41

Still TODO:

  • make test for a list with four or more numbers
  • make test for signs (- +)
  • make test for non-numbers input