fixing some issues on the checker error and need to fix a last thing on the bucket range algo

This commit is contained in:
Maoake Teriierooiterai
2026-01-09 14:57:05 +01:00
parent be9d265fb5
commit ad855e5915
4 changed files with 19 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ void complex(t_stacks *stacks)
void adaptive(t_stacks *stacks)
{
(void)stacks;
//simple(stacks);
medium(stacks);
//complex(stacks);
return ;
}