* 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 not stored for this graph (policy: none)