tlx
|
Class to transform in-order to level-order indexes in a perfect binary tree. More...
#include <sample_sort_tools.hpp>
Static Public Member Functions | |
static unsigned int | level_to_preorder (unsigned int id) |
static unsigned int | pre_to_levelorder (unsigned int id) |
static void | self_verify () |
Static Public Attributes | |
static const bool | debug |
static const size_t | treebits |
static const size_t | num_nodes |
Class to transform in-order to level-order indexes in a perfect binary tree.
Definition at line 51 of file sample_sort_tools.hpp.
|
inlinestatic |
Definition at line 57 of file sample_sort_tools.hpp.
|
inlinestatic |
Definition at line 72 of file sample_sort_tools.hpp.
|
inlinestatic |
Definition at line 87 of file sample_sort_tools.hpp.
|
static |
Definition at line 52 of file sample_sort_tools.hpp.
|
static |
Definition at line 55 of file sample_sort_tools.hpp.
|
static |
Definition at line 54 of file sample_sort_tools.hpp.