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.