Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ndleah/python-mini-project
/ main.py
File
main.py
Prefix_Trie/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
trie
import
Trie
2
3
trie = Trie()
4
trie.insert(
"apple"
)
Callers
nothing calls this directly
Calls
4
Trie
Class · 0.90
insert
Method · 0.80
search
Method · 0.80
starts_with
Method · 0.80
Tested by
no test coverage detected