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

Method deleteString

data_structures/trie_tree.cpp:134–170  ·  view source on GitHub ↗

* removes the string if it is not a prefix of any other * string, if it is then just sets the ::data_structure::trie::isEndofWord * to false, else removes the given string * @note the function ::data_structure::trie::deleteString might be * erroneous * @todo review the function ::data_structure::trie::deleteString and the * commented lines * @param str string to

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected