MCPcopy Create free account
hub / github.com/TheAlgorithms/C / readWordsInFileToTree

Function readWordsInFileToTree

data_structures/binary_trees/words_alphabetical.c:182–238  ·  view source on GitHub ↗

* @brief Reads words from file to tree * @param file file to be read from * @param root root node of tree * @returns a pointer to the root node */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 1

addWordToTreeFunction · 0.85

Tested by

no test coverage detected