LoudsBitStringBuilder

This class has:<br> A function which constructs a tree by inserted words.<br> A function which dumps the tree as a LOUDS bit-string.<br>

class LoudsBitStringBuilder {}

Members

Functions

dump
Tuple!(SuccinctBitVector, wchar[]) dump()

Dumps a LOUDS bit-string.

Meta