|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <CompressedBitParallelIndexConstruction.h>
Static Public Member Functions | |
| template<class SymbolType > | |
| static indexes::arbology::CompressedBitParallelTreeIndex< SymbolType > | construct (const tree::PrefixRankedTree< SymbolType > &w) |
| template<class SymbolType > | |
| static indexes::arbology::CompressedBitParallelTreeIndex< SymbolType > | construct (const tree::PrefixRankedBarTree< SymbolType > &w) |
Constructs a compressed bit parallel index for given tree.
|
static |
|
static |
Creates compressed bit parallel index for trees
| tree | tree to construct the index for |