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

Method startwith

data_structures/trie_using_hashmap.cpp:107–116  ·  view source on GitHub ↗

* @brief search a word/string that starts with a given prefix * @param prefix 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.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected