this tester count the number of operation that made by your programme and test if your programme sort correctly or not.
git clone [email protected]:Yoo0lh/push_swap_tester.git
./push_swap_tester.sh [number of argument]
this example will run the tester with 5 number of argument
./push_swap_tester.sh 5
If you noticed something wrong with the code or if you'd like to see a new feature, you can submit an issue. If you'd like to contribute please submit a pull request.