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

Function allocateMemoryForNode

data_structures/binary_trees/words_alphabetical.c:102–113  ·  view source on GitHub ↗

* @brief Reserves memory for new node * @returns a pointer to the newly allocated node if memory IS successfully reserved * @returns `NULL` if memory is NOT reserved */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

addWordToTreeFunction · 0.85

Calls 1

endProgramAbruptlyFunction · 0.85

Tested by

no test coverage detected