MCPcopy Create free account
hub / github.com/das-jishu/data-structures-basics-leetcode / insert

Method insert

Leetcode/medium/implement-trie.py:37–48  ·  view source on GitHub ↗

Inserts a word into the trie.

(self, word: str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

comboFunction · 0.45
zigzagLevelOrderMethod · 0.45
findPeakElementMethod · 0.45
insertFunction · 0.45
postorderTraversalMethod · 0.45

Calls 1

TrieNodeClass · 0.70

Tested by

no test coverage detected