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:
Maoake
2025-12-23 10:08:33 +00:00
parent e06a51e034
commit a44b878625
3 changed files with 56 additions and 1 deletions

View File

@@ -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)