Push_swap 2021 - (Common Core).
The aim is to sort data stacks, using the lowest possible number of actions.
- Actual Status : validated.
- Result : 125%
To install vizualizer's needed dependency on macOS:
brew install python-tk
To use the visualizer, run make
in the push_swap folder, than :
python3 python_visualizer.py `ruby -e "puts (-50..50).to_a.shuffle.join(' ')"`