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

Method createNewNode

others/recursive_tree_traversal.cpp:118–123  ·  view source on GitHub ↗

* @brief will allocate the memory for a node and, along the data and return the * node. * @param data value that a particular node will contain. * @return pointer to the newly created node with assigned data. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test1Function · 0.45
test2Function · 0.45
test3Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected