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

Method search

data_structures/trie_tree.cpp:56–69  ·  view source on GitHub ↗

search a string exists inside a given root trie * @param str string to search for * @param index start index to search from * @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

searchFunction · 0.85

Tested by

no test coverage detected