Implement t_dict
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sat, 2 Aug 2025 15:46:31 +0000 (17:46 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Sat, 2 Aug 2025 15:46:31 +0000 (17:46 +0200)
commit7fee90d954359050935a1c425ebc1387cc7346c2
tree3725862ba56d1a1de5da870b42a9d0a38794f4a0
parent498cae433c0516f4058b255ee8b9b34c6c888442
Implement t_dict

Untested implementation of dictionary using t_rbtree.
Makefile
ft_struct/ft_dict_access.c [new file with mode: 0644]
ft_struct/ft_dict_free.c [new file with mode: 0644]
ft_struct/ft_dict_init.c [new file with mode: 0644]
ft_struct/ft_dict_insert.c [new file with mode: 0644]
inc/ft_struct.h