Skip to content

andreyvdl/42-push_swap

Repository files navigation



Program name Files to turn in Makefile rules External functions Result
push_swap (checker) Makefile, *.h, *.c (*.h, *.c) NAME, all, clean, fclean, re (bonus) read, write, malloc, free, exit, libft 86/80%

Objective

The learning objectives of this project are rigor, use of C, and use of basic algorithms. Especially focusing on their complexity.
Sorting values is simple. To sort them the fastest way possible is less simple. Especially because from one integers configuration to another, the most efficient sorting solution can differ.

Execution

make
./push_swap number ...

or

make
ARG=$(seq start_number final_number | shuf) ./push_swap $ARG

About

my push_swap project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published