package
0.11.0
Repository: https://github.com/moorara/algo.git
Documentation: pkg.go.dev

# README

This package provides implementations for prefix tree a.k.a. trie data structures.

Symbol TableDescription
Binary TrieBinary implementation of Trie tree.
PatriciaA space-optimized implementation of Trie tree.