finish the parsing solve the problem with 2 arg

This commit is contained in:
Maoake Teriierooiterai
2026-01-08 19:02:13 +01:00
parent 00e01ed1f9
commit 0df082065e
4 changed files with 18 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ int highest_stack_len(t_stacks *stacks);
/* PRE SORT */
int r_to_lowest(t_stack *stack, int len);
void sort_three_a(t_stacks *stacks);
void sort_two(t_stacks *stacks);
/* ITERATE FILE */
void optimal_rotate(t_stacks *stacks, int i, int len, char stack);
/* COMPARE FILE */