MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / insert

Method insert

src/string_proc.rs:21–36  ·  view source on GitHub ↗

Inserts a word into the trie, and returns the index of its node.

(&mut self, word: impl IntoIterator<Item = C>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

newMethod · 0.80
test_trieFunction · 0.80
call_and_replaceMethod · 0.80

Calls 2

getMethod · 0.80
pushMethod · 0.45

Tested by 2

test_trieFunction · 0.64