To use the push_swap program, compile it with the make command and then run it with the list of integers to be sorted as arguments. i.e.: This will output if the program passes the test, amount of ...
Note: Some of the code here is old and was written when I was learning C++. It might be possible that code is not safe or making wrong assumptions. Please use with caution. Pull requests are always ...