MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / __init__

Method __init__

Prefix_Trie/trie.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class Trie:
11 def __init__(self):
12 self.root = TrieNode()
13
14 """
15 Inserts the string word into the trie.

Callers

nothing calls this directly

Calls 1

TrieNodeClass · 0.85

Tested by

no test coverage detected