Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
others::iterative_tree_traversals::Node Struct Reference

defines the structure of a node of the tree More...

Collaboration diagram for others::iterative_tree_traversals::Node:
[legend]

Public Attributes

int64_t data = 0
 The value/key of the node.
 
struct Nodeleft {}
 struct pointer to left subtree.
 
struct Noderight {}
 struct pointer to right subtree.
 

Detailed Description

defines the structure of a node of the tree


The documentation for this struct was generated from the following file: