Interface ArrayTrie<T>

The array trie stores all trie branches in a flat array.

Type Parameters

  • T

    The value stored in a trie.

Hierarchy

  • ArrayTrie

Properties

Properties

nodes: ArrayLike<number>

The nodes of a trie.

values: ArrayLike<T>

Values associated with trie nodes.

Generated using TypeDoc