aboutsummaryrefslogtreecommitdiff
path: root/include/libft_algo.h
AgeCommit message (Collapse)Author
2020-04-04Added test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for ↵Charles
algo functions, tested functions
2020-04-04Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safeCharles
2020-04-03Changing hash table del function to regular one with a first order internal ↵Charles
function, removing a few typedef to instead use standard types
2020-02-10Added ft_bsearch, ft_lsearch, ft_lfindCharles
2020-02-10Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsepCharles
2020-02-10Fixing merge compilation error, Added ft_mergesortCharles
2020-02-10Merge branch 'push_swap'Charles