Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 595 Bytes

Push_swap - 42Lisbon

To clone with submodules: git clone --recursive <project url>

Sorting with two stacks and basic operations (swap, push, rotate, reverse rotate).

Content

  • push_swap program (not ready yet!)
  • Checker (to check if the instructions of push_swap gives a sorted stack as result)
  • perm_calc program to create all possible permutations of n numbers (check dedicated readme page)

Speed tester

To test 1 or multiple push_swap speeds you can try my speed_tester here

Screenshot