aboutsummaryrefslogtreecommitdiff
path: root/src/lst
AgeCommit message (Collapse)Author
2020-02-28Added ft_lstlfind,ft_lstlsearch and ft_split_destroyCharles
2020-02-28hash table unit testing, normingCharles
2020-02-19Tested ht*Charles
2020-02-17Added ft_lstlsearch and ft_lstlfind for ht manipulationCharles
2020-02-16Filled lst* testsCharles
2020-02-10Merge branch 'push_swap'Charles
2020-02-10Added ft_lstsort, ft_lstsorted_mergeCharles
2020-02-02hash table unit testing, normingCharles
2020-01-30Renaming t_list -> t_ftlst, changing feature adding by headerCharles
2020-01-30hash table draftCharles
2020-01-18Added ft_getchar and fixing strtolCharles
2020-01-17Splited include like src/, Adding feature toggle protection in headerCharles
2020-01-15Fix strtol, Added list reverse functionsCharles
2020-01-15splited src in category, more generic makefileCharles