Skip to content

Nnevalti/push_swap_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Push_swap_tester.sh

This script will test checker and push_swap multiple times for different range and then display the result of each tested range (number of correct answers, average number moves, minimum and maximum move used to sort the stack). It will generate a random list of numbers for each test.

Note: The script worked under Linux Xubuntu (42 VirtualMachine) and on the Dump Linux at 42 school Paris. It doesn't work on MacOS. You can always fork the project and adapt it if you want.

Informations: Your main should return 0 if everything went well. I use the return value of push_swap main to determine if an error occur during the tests. source


Usage:

First you need to open the file and set the variable $PS_DIR to the path of your push_swap project directory or place push_swap_tester directly in the directory of the project. Then you can run it using : sh push_swap_tester.sh [OPTIONS]

Options:

-r, --range RANGE_LIST
Use a custom RANGE_LIST to test. RANGE_LIST must be a string of digits. ex: "1 2 3"

-n, --nb-test NB_TEST
Test each range NB_TEST times.

-b, --bonus
Test reverse sorting bonus.


Screenshots

Alt text

Alt text

About

A simple push_swap tester (old subject)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages