Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 419 Bytes

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).