Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakariaelbouzkri/push_swap_tester
https://github.com/zakariaelbouzkri/push_swap_tester
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakariaelbouzkri/push_swap_tester
- Owner: ZakariaElbouzkri
- Created: 2023-05-29T10:07:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:46:42.000Z (19 days ago)
- Last Synced: 2024-10-27T01:48:33.395Z (19 days ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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