Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 854 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 854 Bytes

push_swap 📚

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 use the visualizer, run make in the push_swap folder, than :

python3 python_visualizer.py `ruby -e "puts (-50..50).to_a.shuffle.join(' ')"`

fullAlgorithm visualizer test norminette