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

Class Node

others/recursive_tree_traversal.cpp:79–83  ·  view source on GitHub ↗

* @brief The structure to hold Nodes of the tree. * @param data Value that will be stored in the node. * @param left follow up left subtree. * @param right follow up right subtree. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected