aboutsummaryrefslogtreecommitdiff
path: root/test/src/ht
AgeCommit message (Collapse)Author
2020-10-11Removing none c,h files for correctionCharles Cabergs
2020-07-17Fixing ft_strtol overflowCharles
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-03-30Renaming test according to srcCharles
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-12Added ctype tests, ignore htnew testsCharles
2020-02-02hash table unit testing, normingCharles