https://github.com/hex01e/push_swap_simulator
Simulator an visualizer for push_swap
https://github.com/hex01e/push_swap_simulator
Last synced: 12 months ago
JSON representation
Simulator an visualizer for push_swap
- Host: GitHub
- URL: https://github.com/hex01e/push_swap_simulator
- Owner: hex01e
- Created: 2023-03-10T05:46:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T10:25:15.000Z (over 3 years ago)
- Last Synced: 2025-04-03T13:23:08.368Z (about 1 year ago)
- Language: Python
- Size: 2.19 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap_simulator
## Simulator and visualizer for push_swap
Push Swap is a program that takes as argument a space separated list of numbers and outputs a list of commands that can be used to sort them.
And this program is simulator of all the insurrections , and visualizer for your push_swap program
## Usage
usage : `./simulator.py [push_swap path]`
or if you want use only the sumilator: `./simulator.py -n`
