Skip to content

iwillenshofer/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.


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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published