smahdink / trie

A simple trie implementation in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trie

A simple trie implementation in c

No memory leak after deleting all the entries

No memory leak at all will be added soon

compile with

make trie

run with

./trie

About

A simple trie implementation in c


Languages

Language:C 100.0%