mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
clean the include not used
This commit is contained in:
@@ -57,7 +57,7 @@ void adaptive(t_stacks *stacks, char **tab)
|
||||
i = 0;
|
||||
while (!ft_isdigit(tab[i][0]) && tab[i])
|
||||
i++;
|
||||
disorder = compute_disorder(tab, i - 1);
|
||||
disorder = stacks->disorder;
|
||||
if (disorder < 0.3)
|
||||
simple(stacks);
|
||||
else if (disorder < 0.5)
|
||||
|
||||
Reference in New Issue
Block a user