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

Method search

data_structures/trie_using_hashmap.cpp:82–99  ·  view source on GitHub ↗

* @brief search a word/string inside the trie * @param word string to search for * @returns `true` if found * @returns `false` if not found */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.45

Calls 1

findMethod · 0.80

Tested by

no test coverage detected