phase de debug avec des printf partout

This commit is contained in:
hugogogo
2021-06-16 15:50:44 +02:00
parent 924645e71c
commit df73d03286
3 changed files with 3 additions and 2 deletions

Binary file not shown.

BIN
push_swap

Binary file not shown.

View File

@@ -69,6 +69,7 @@ t_list *launch_algo(t_stack *a)
print_test(solution, "launch_algo (after fill) "); print_test(solution, "launch_algo (after fill) ");
hugo_sort(&a, &b, solution); hugo_sort(&a, &b, solution);
//bubble_sort(&a, &b, solution); //bubble_sort(&a, &b, solution);
print_test(solution, "launch_algo (bfr return) ");
return (solution); return (solution);
} }