mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
setting up the searching path if i start from the top or from the bot need to be testing out
This commit is contained in:
@@ -52,7 +52,6 @@ int test2(char **argv)
|
||||
tab = auto_shuffle(len);
|
||||
piles = init_big_stacks2(tab, len);
|
||||
preset = get_tabs(piles->a, range_bucket(piles->a));
|
||||
print_tabs(preset);
|
||||
free(tab);
|
||||
free_tab(&preset);
|
||||
if (piles->a)
|
||||
|
||||
Reference in New Issue
Block a user