MCPcopy 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

1from trie import Trie
2
3trie = Trie()
4trie.insert("apple")

Callers

nothing calls this directly

Calls 4

TrieClass · 0.90
insertMethod · 0.80
searchMethod · 0.80
starts_withMethod · 0.80

Tested by

no test coverage detected