phase de debug avec des printf partout
This commit is contained in:
Binary file not shown.
@@ -69,6 +69,7 @@ t_list *launch_algo(t_stack *a)
|
||||
print_test(solution, "launch_algo (after fill) ");
|
||||
hugo_sort(&a, &b, solution);
|
||||
//bubble_sort(&a, &b, solution);
|
||||
print_test(solution, "launch_algo (bfr return) ");
|
||||
return (solution);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user