Expand description
To reduce memory demands of LrTrie, operations are not particularly optimal.
If alphabet used became wide enough, some rework using e.g. hashmap would be needed.
Structs§
Enums§
- Buffer
- Denotes desired buffer on respective operations.
- Left
Right - Denotes desired target tree on respective operations.