#include <TagDictionnary.hpp>
Public Member Functions | |
Node (int) | |
Public Attributes | |
Node * | p_left |
Node * | p_right |
int | m_value |
Binary tree's node
aram::Node::Node | ( | int | v | ) |
Cconstructor
[in] | int | node value (0/1) |
int aram::Node::m_value |
node value (0/1)
Node* aram::Node::p_left |
left soon (0 branch)
Node* aram::Node::p_right |
right soon (1 branch)