Skip to content

A C program which sort a list of integers givens in parameters.

Notifications You must be signed in to change notification settings

Emeraude/epitech_push_swap

Repository files navigation

epitech_push_swap

A C program which sort a list of integers givens in parameters.

The only operations allowed are : push, swap and rotate.
The algorithm is an insertion sort.

Options :

-r, --reverse : sort in descending mode
-v, --verbose : display the state of the lists after each operation

Mark : 21 (since, leak and mallocs are corrected)

About

A C program which sort a list of integers givens in parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages