Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 255 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 255 Bytes

Trie-Implementation-

Starting from the structures in C develop a Trie tree to store a dictionary file with 350000 words. And evaluate the performance of insertion and search. Extend this algorithm to a more optimized version of Trie Tree, Radix Tree.