modifying some folders

This commit is contained in:
Maoake Teriierooiterai
2026-01-15 11:39:32 +01:00
parent 52d868904f
commit 854d699780
4 changed files with 56 additions and 10 deletions

View File

@@ -28,6 +28,8 @@ void bucket_algo(t_stacks *stacks, t_tab *preset, int range);
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 medium_pre_sort(t_stacks *stacks, t_tab *preset, int range);
t_stack *assign_stack(t_stacks *stacks, char c);
/* MEDIUM UTILS FILES */
int range_bucket(t_stack *first);
int get_first_lower(t_stack *first);