Archived
1
0

working algo 😂

This commit is contained in:
2024-02-22 11:05:04 +01:00
parent 7930a36c0c
commit cf4ec95b12
27 changed files with 242 additions and 36 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/02/13 14:04:13 by adjoly ### ########.fr #
# Updated: 2024/02/21 17:40:53 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -15,6 +15,9 @@ NAME = push_swap
CC = cc
SRCS = main.c \
algo.c \
check_error.c \
print_stack.c \
parsing.c \
stack/ft_stackadd_back.c \
stack/ft_stackadd_front.c \