Skip to content

A push swap visualizer project made in C with the MiniLibX API

Notifications You must be signed in to change notification settings

gecarval/Push-Swap-Visualizer

Repository files navigation

Push Swap Visualizer

This is a project written in C using the MiniLibX as the API which shows the behavior of the operations on the project push swap.

execute on the push_swap_visualizer directory after doing make on both your and my project: ARG=($(shuf -i 1-100)) ; ../push_swap $ARG > ./result.txt ; ./push_swap_visualizer $ARG