sheetaltare / Trie

Simple and lightweight python trie with insert, search, and startsWith methods. 
lowercase letters only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trie

Simple and lightweight python trie with insert, search, and startsWith methods. lowercase letters only.

Your Trie object will be instantiated and called as such:

obj = Trie()

obj.insert(word)

param_2 = obj.search(word)

param_3 = obj.startsWith(prefix)

About

Simple and lightweight python trie with insert, search, and startsWith methods. 
lowercase letters only.


Languages

Language:Python 100.0%