/push_swap

42 cursus' push_swap project. Start date: 24/03/2023. Finish date: 10/05/2023.

Primary LanguageC

push_swap

Final Grade: 84/ 100%

Because Swap_push isn’t as natural

GitHub code size in bytes GitHub top language GitHub last commit

💡 About

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.


🛠️ Instalation

Cloning the repository

git clone git@github.com:WudDoo/push_swap.git

Compiling

To compile, run make at the root of the push_swap directory.

🎮 Running

Testing

To test using 42's checker_linux, run bash tester.sh. The tester will ask you