Because Swap_push isn’t as natural
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
git clone git@github.com:WudDoo/push_swap.git
To compile, run make
at the root of the push_swap
directory.
To test using 42's checker_linux
, run bash tester.sh
. The tester will ask you