mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
need to fix
This commit is contained in:
@@ -29,7 +29,11 @@ void sort_from_left(t_stacks *stacks);
|
||||
void sort_from_right(t_stacks *stacks);
|
||||
void push_range_to_b(t_stacks *stacks, t_tab *one_preset, int range);
|
||||
void normal_move_path(t_stacks *stacks, t_tab *one_preset, int range);
|
||||
void opti_path(t_stacks *stacks, t_tab *one_preset, int range, int val);
|
||||
void opti2_move_path(t_stacks *stacks, t_tab *one_preset, int range);
|
||||
int sort_path(t_stacks *stacks, int value);
|
||||
t_stack *assign_stack(t_stacks *stacks, char c);
|
||||
int get_value_finded(t_stacks *stacks, t_tab *one_preset, int range);
|
||||
/* MEDIUM UTILS FILES */
|
||||
int range_bucket(t_stack *first);
|
||||
int get_first_lower(t_stack *first);
|
||||
|
||||
Reference in New Issue
Block a user