Skip to content

restray/push_swap_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Just Another Push Swap Tester (JAPST)

Usage

git clone https://github.com/restray/push_swap_tester.git
cd push_swap_tester/
python3 main.py

Example

$> python3 main.py ../push_swap/push_swap 1000 0 100 100

Number of tests: 1000
ETA: 0.00s [100%][=========>] 1000/1000 | elapsed time 4.14s
Success: 1000 (100%)
============ Resolution stats ==============
Mean: 1084
Min: 1084
Max: 1084
Radix sort is used
============ Time to resolve ==============
Mean : 0.04 sec
Min : 0.00 sec
Max : 0.12 sec

About

Tester for the 42cursus push_swap project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages