Prefix Tree
A prefix tree, with amortized O(1) access time, amortized O(1) insertion time O(1), amortized O(1) removal time, and O(n) prune time. Thread-safe iff the internal transition tables, supplied by the factory, are thread-safe.
Author
Todd L Smith
Functions
Link copied to clipboard
Convenience getter for using string-keyed prefix trees.
Link copied to clipboard
Convenience accumulator for using string-keyed prefix trees.
Link copied to clipboard
Convenience setter for using string-keyed prefix trees.