summaryrefslogtreecommitdiffstats
path: root/trie.h
AgeCommit message (Expand)Author
2019-04-20trie: Make trie_remove() take a leaf instead of a keyTavian Barnes
2019-03-27trie: Store void* values rather than const void*Tavian Barnes
2019-03-06trie: Add a function to get an arbitrary leafTavian Barnes
2019-03-04trie: Implement prefix/postfix searchTavian Barnes
2019-03-04trie: Implement removalTavian Barnes
2019-03-04trie: Revamp the API to support mappingsTavian Barnes
2019-03-01trie: Implement a QP trieTavian Barnes