CS205 Assignment 2
|
Public Attributes | |
tree_node * | father |
tree_node * | l_child |
tree_node * | r_child |
uint32_t | node_count |
the number of occurrences of a certain data (repetation count) | |
uint32_t | tree_count |
the size of the subtree (including the root) | |
uint64_t | data |
only save 8-bytes width memory for the data of any representation | |