/42_push_swap

My PushSwap from the 42 cursus

Primary LanguageC

42_PushSwap

PushSwap Visualizer

  • You can also install the pushSwap visualizer here.

Running

  • Run the program
make all
  • Clean the trash
make fclean
  • Test valgrind
make val