Skip to content

pvs1209pvs/Trie-Data-Strucutre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trie-Data-Structure

Costs

The time intricacy of looking, embeddings, and erasing from a trie relies upon the length of the word a that is being looked for, embedded, or erased, and the quantity of complete words, n, making the runtime of these tasks O(a*n).