mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
fix some bugs
This commit is contained in:
@@ -31,8 +31,6 @@ void push_range_to_b(t_stacks *piles, t_tab *one_preset, int range)
|
||||
sort_little_pile(piles);
|
||||
one_preset->nb_in--;
|
||||
}
|
||||
print_all_stack(piles->a, piles->a, 'A');
|
||||
print_all_stack(piles->b, piles->b, 'B');
|
||||
}
|
||||
|
||||
int sort_path(t_stacks *piles, int value)
|
||||
|
||||
Reference in New Issue
Block a user