trie topic

List trie repositories

efrt

98
Stars
3
Forks
Watchers

neato compression for key-value data

InterviewPrep

28
Stars
12
Forks
Watchers

My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.

mspm

25
Stars
4
Forks
Watchers

Multi-String Pattern Matching Algorithm Using TrieNode

AhoCorasickDoubleArrayTrie

42
Stars
14
Forks
Watchers

Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.

trex

134
Stars
6
Forks
Watchers

Efficient string matching with regular expressions

Data-Structures-And-Algorithm

18
Stars
2
Forks
Watchers

A collection of algorithms and data structures in C++. If you loved it, give a 🌟!

faststringmap

61
Stars
3
Forks
Watchers

A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.

tongrams-rs

22
Stars
3
Forks
Watchers

Rust library providing fast language model queries in compressed space

xcdat

62
Stars
11
Forks
Watchers

Fast compressed trie dictionary library

container

28
Stars
16
Forks
Watchers

golang实现常用集合