# README
This package provides implementations for prefix tree a.k.a. trie data structures.
Symbol Table | Description |
---|---|
Binary Trie | Binary implementation of Trie tree. |
Patricia | A space-optimized implementation of Trie tree. |
This package provides implementations for prefix tree a.k.a. trie data structures.
Symbol Table | Description |
---|---|
Binary Trie | Binary implementation of Trie tree. |
Patricia | A space-optimized implementation of Trie tree. |