mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
modifying some preset for the tabs and adding some functions in the main for do the test
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
|
||||
#include "push_swap.h"
|
||||
|
||||
void bucket_algo(void)
|
||||
void bucket_algo(t_stacks *piles)
|
||||
{
|
||||
int range;
|
||||
t_tab *preset;
|
||||
|
||||
range = range_bucket(piles->a);
|
||||
preset = get_tabs(piles->a, range);
|
||||
return ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user