Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zakariaelbouzkri/push_swap_tester


https://github.com/zakariaelbouzkri/push_swap_tester

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# push_swap_tester

### Clone and Installation:

git clone https://github.com/ZakariaElbouzkri/push_swap_tester
cd push_swap_tester/
./install.sh

### usage:
- after installing the tester you can just run command ps_tester and it will 2 testCase stack size 100
- you can specify the the number of test case with:
ps_tester number of test cases
- you can also specify the stack size
ps_tester -- stackSize
- also you can specify range of number you want to test
ps_tester -- -- start end
- you can do all of this:
ps_tester numberoftestcases stacksize start end