package
0.0.0-20200410122151-6a737ba8c406
Repository: https://github.com/yafimk/go-succinct-data-structure-trie.git
Documentation: pkg.go.dev

# Functions

* Returns the character unit that represents the given value.
* Used to build a rank directory from the given input string.
No description provided by the author

# Variables

No description provided by the author
* Returns the decimal value of the given character unit.
No description provided by the author
* Fixed values for the L1 and L2 table sizes in the Rank Directory */.
No description provided by the author
No description provided by the author
* The width of each unit of the encoding, in bits.

# Structs

* Given a string of data (eg, in BASE-64), the BitString class supports reading or counting a number of bits from an arbitrary position in the string.
* The BitWriter will create a stream of bytes, letting you write a certain number of bits at a time.
* The FrozenTrie is used for looking up words in the encoded trie.
* This class is used for traversing the succinctly encoded trie.
* The rank directory allows you to build an index to quickly compute the rank() and select() functions.
No description provided by the author
* A Trie node, for use in building the encoding trie.