trie My implementation of the trie data structure. Compile gcc -Wall -Wextra -Werror src/trie.c src/main.c -o main