This tester is capable of testing your push_swap directly using a specified checker or for a more in-depth debugging it can generate and print a specified amount of integers inbetween INT_MIN and INT_MAX without duplicates
- Python3
python3 tester.py <values amount>: prints the desired amount of random numbers without duplicates
python3 tester.py <push_swap path> <checker path> <values amount>: generates numbers and run your push_swap output through the checker with them as argument