abandon optimisations et no more leaks

This commit is contained in:
hugogogo
2021-09-27 00:28:46 +02:00
parent 682be2acbd
commit 7d563f3362
11 changed files with 75 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
#include "push_swap.h"
/*
int find_biggest(t_stack *list, int size)
{
int biggest;
@@ -49,6 +50,7 @@ void minisort(t_stack **list, t_list *solution)
(*list)->limit = 1;
mark_step(solution, "minisort");
}
*/
/*
t_stack *test;