finally finish the medium algo

This commit is contained in:
Maoake Teriierooiterai
2026-01-06 13:52:29 +01:00
parent f98dce6f61
commit 80179a5289
5 changed files with 39 additions and 39 deletions

View File

@@ -41,5 +41,3 @@ int is_highest(t_stack *stack, t_stack *node, int len)
}
return (1);
}