mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-03-13 19:46:54 +01:00
fixing some issues on the checker error and need to fix a last thing on the bucket range algo
This commit is contained in:
@@ -48,6 +48,8 @@ void complex(t_stacks *stacks)
|
||||
|
||||
void adaptive(t_stacks *stacks)
|
||||
{
|
||||
(void)stacks;
|
||||
//simple(stacks);
|
||||
medium(stacks);
|
||||
//complex(stacks);
|
||||
return ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user