Skip to content

v1.0 push_swap working with 3 numbers

Compare
Choose a tag to compare
@biralavor biralavor released this 07 Jun 18:36
· 185 commits to main since this release

V1.0 Push Swap

Now working to sort a list with:

  • 2 numbers
  • 3 numbers

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