42    push_swap

push_swap

Development repository for the 42cursus push_swap project @ 42 São Paulo

GitHub code size in bytes GitHub top language GitHub top language GitHub last commit


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.

Download the Subject ⤓


Est. Time Skills Allowed Functions Difficulty
60 hours

1855 XP


Usage

$ make
$ ./pushswap 3 4 5 2
$ make bonus
$ ./pushswap 3 4 5 2 | ./checker