diff --git a/.gitignore b/.gitignore index 920fe84..dd7bc49 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ dkms.conf # Vim swap files *.swp + +# Executable +pushswap diff --git a/algorithms/medium_algo.c b/algorithms/medium_algo.c index 9ee3379..d7724cf 100644 --- a/algorithms/medium_algo.c +++ b/algorithms/medium_algo.c @@ -6,7 +6,7 @@ /* By: mteriier +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/12/10 07:14:45 by mteriier #+# #+# */ -/* Updated: 2025/12/10 07:14:51 by mteriier ### ########lyon.fr */ +/* Updated: 2026/01/06 12:57:05 by dgaillet ### ########lyon.fr */ /* */ /* ************************************************************************** */ @@ -109,7 +109,7 @@ void bucket_algo(t_stacks *piles, t_tab *preset, int range) } while (piles->b) pa(piles); - print_all_stack(piles->a, piles->a, 'A'); - print_all_stack(piles->b, piles->b, 'B'); + // print_all_stack(piles->a, piles->a, 'A'); + // print_all_stack(piles->b, piles->b, 'B'); return ; } diff --git a/push_swap b/push_swap index b8d3856..ac9d422 100755 Binary files a/push_swap and b/push_swap differ