MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / search

Method search

data_structures/trie_modern.cpp:132–145  ·  view source on GitHub ↗

* Search if a word is present in trie or not. * @param word which is needed to be searched in the trie. * @return True if the word is found in trie and isEndOfWord is set to true. * @return False if word is not found in trie or isEndOfWord is set to * false. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected