push_swap

19 Coding School project (42 Network)

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

Status

Succes: 94%

How to

Compile and create the binary:

make

Delete all objects:

make clean

Delete all objects and the archive:

make fclean

Ressources