special sort for 3 ok

This commit is contained in:
hugogogo
2021-09-27 00:48:40 +02:00
parent 7d563f3362
commit bb2a08833a
13 changed files with 32 additions and 4 deletions

View File

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