Skip to content

"The Push_swap project is a very simple and highly effective algorithm project: data will need to be sorted"

Notifications You must be signed in to change notification settings

isousa42/42_Push_Swap

Repository files navigation

42_Push_Swap

42

"The Push_swap project is a very simple and highly effective algorithm project: data will need to be sorted"



The aim of this project is to select and manipulate different algorithms so it will be possible to sort a stack using limited number of movements.

It will be passed to the program, by argument, the integers that will be sorted. This integers are going to be inserted in a Stack.

To sort it, the student may only use an auxiliary stack and some of given functions that will make a determinated movement.

Using this movements, the program as to sort the stack in the minimum number of movements possible.


PUSH_SWAP (MANDATORY) OK (3/4) ✔️ PUSH_SWAP (BONUS) OK ✔️

Moulinette Grade: 110%

About

"The Push_swap project is a very simple and highly effective algorithm project: data will need to be sorted"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published