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

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

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`

![](screen.png)