mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
rm executable
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -56,3 +56,6 @@ dkms.conf
|
|||||||
|
|
||||||
# Vim swap files
|
# Vim swap files
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
# Executable
|
||||||
|
pushswap
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
/* By: mteriier <mteriier@student.42lyon.fr> +#+ +:+ +#+ */
|
/* By: mteriier <mteriier@student.42lyon.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/12/10 07:14:45 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)
|
while (piles->b)
|
||||||
pa(piles);
|
pa(piles);
|
||||||
print_all_stack(piles->a, piles->a, 'A');
|
// print_all_stack(piles->a, piles->a, 'A');
|
||||||
print_all_stack(piles->b, piles->b, 'B');
|
// print_all_stack(piles->b, piles->b, 'B');
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user