26 int (*
comp)(uint64_t, uint64_t);
Definition: assign2_tree.hpp:15
int(* comp)(uint64_t, uint64_t)
Definition: assign2_tree.hpp:26
Definition: assign2_tree.hpp:5
uint32_t tree_count
the size of the subtree (including the root)
Definition: assign2_tree.hpp:10
uint32_t node_count
the number of occurrences of a certain data (repetation count)
Definition: assign2_tree.hpp:9
uint64_t data
only save 8-bytes width memory for the data of any representation
Definition: assign2_tree.hpp:12