Skip to content

Sort numbers with the less instructions possible having two linked lists

Notifications You must be signed in to change notification settings

wassim-devel/42-push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-push_swap

Push_swap project at 42 School.

This project aims to sort a list of numbers using two linked lists, with the less instructions possible. It is from the common core of 42 School. The program is written entirely in C, and uses the Turk Algorithm Only some functions were authorized, you can find them in the subject: Full subject

Organization of files, readability of code and/or the names of functions and variables can seem awful, because of the 42 Norm that limits the length of a line to 80, number of functions in a file to 5, and number of lines in a function to 25.

About

Sort numbers with the less instructions possible having two linked lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published