mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
finish the parsing solve the problem with 2 arg
This commit is contained in:
@@ -35,6 +35,11 @@ int r_to_lowest(t_stack *stack, int len)
|
||||
return (lowest_i);
|
||||
}
|
||||
|
||||
void sort_two(t_stacks *stacks)
|
||||
{
|
||||
sa(stacks);
|
||||
}
|
||||
|
||||
void sort_three_a(t_stacks *stacks)
|
||||
{
|
||||
if (check_order(stacks->a))
|
||||
|
||||
Reference in New Issue
Block a user