/PushSwap_tester

Allows you to make a first correction of the push_swap

Primary LanguagePython

PushSwap_tester

Allows you to make a first part of Push Swap correction from 42 Cursus

Made from various sources available on github

Prerequisites:

To run this script you need ruby, python3.7

How launch it

On bash, run the following command:

For linux :

mv PushSwap_tester/linux/* .
rm -rf PushSwap_tester
bash run_Linux.sh

For MACOS :

mv PushSwap_tester/mac/* .
rm -rf PushSwap_tester
bash run_MAC.sh