|
b-tree-plus-alpha
|

Classes | |
| class | stool::bptree::DynamicPermutation |
A dynamic data structure to store a permutation Π[0..n-1] of integers 0, 1, ..., n-1. More... | |
| class | stool::bptree::BPInternalNode< stool::bptree::PermutationContainer, stool::bptree::PermutationItem, MAX_DEGREE, false > |
| BPInternalNode for dynamic permutations [Unchecked AI's Comment]. More... | |
| class | stool::bptree::DynamicPermutationBuilder |
| A builder of DynamicPermutation [Unchecked AI's Comment]. More... | |
| class | stool::bptree::PermutationContainer |
| The container stored in the BPTree of DynamicPermutation [Unchecked AI's Comment]. More... | |
| struct | stool::bptree::PermutationItem |
| The value stored in the BPTree of DynamicPermutation [Unchecked AI's Comment]. More... | |