mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
Change simple algo for adaptive requierement to 02 max + norminette
This commit is contained in:
@@ -34,7 +34,7 @@ void bucket_algo(t_stacks *stacks, t_tab *preset, int range)
|
||||
t_tab *tmp;
|
||||
|
||||
tmp = preset;
|
||||
while(stacks->a)
|
||||
while (stacks->a)
|
||||
pb(stacks);
|
||||
while (preset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user