Skip to content

jkomalley/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trie

My implementation of the trie data structure.

Compile

gcc -Wall -Wextra -Werror src/trie.c src/main.c -o main

About

An implementation of the trie data structure in C.

Resources

License

Stars

Watchers

Forks

Languages