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

Method createNewNode

others/iterative_tree_traversals.cpp:88–93  ·  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 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected