special sort for 5 ok

This commit is contained in:
hugogogo
2021-09-27 02:13:21 +02:00
parent bb2a08833a
commit 6a93eda973
15 changed files with 114 additions and 61 deletions

View File

@@ -31,7 +31,8 @@ SRCS = push_swap.c \
minisort.c \
minisort_by_rank.c \
minisort_2ways_bubble_sort.c \
special_sorts_3_5.c
special_sorts_3_5.c \
sort_utils.c
ODIR = ./builds