aboutsummaryrefslogtreecommitdiff
path: root/include/libft_ht.h
AgeCommit message (Expand)Author
2020-04-03Changing hash table del function to regular one with a first order internal f...Charles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-30Added documentation for ht and lstCharles
2020-03-04Added ft_htiter.cCharles
2020-02-28hash table unit testing, normingCharles
2020-02-19Tested ht*Charles
2020-02-17amend meCharles
2020-02-17Added ft_lstlsearch and ft_lstlfind for ht manipulationCharles
2020-02-16Filled lst* testsCharles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ft_st...Charles
2020-02-02hash table unit testing, normingCharles
2020-01-30making hashtable compileCharles
2020-01-30Renaming t_list -> t_ftlst, changing feature adding by headerCharles
2020-01-30hash table draftCharles