diff --git a/sort3.c b/sort3.c index d34268a..d8a24d2 100644 --- a/sort3.c +++ b/sort3.c @@ -10,3 +10,13 @@ /* */ /* ************************************************************************** */ +#include "push_swap.h" + +void sort3(t_list *list) +{ + if (list->nbr > list->next->nbr && list->nbr > list->next->next->nbr) + { + if (list->next->nbr < list->next->next->nbr) + + } +} \ No newline at end of file diff --git a/sort5.c b/sort5.c index 5f5380f..d99e8f9 100644 --- a/sort5.c +++ b/sort5.c @@ -10,3 +10,4 @@ /* */ /* ************************************************************************** */ +#include "push_swap.h" \ No newline at end of file