124 skills found · Page 1 of 5
google / PygtriePython library implementing a trie data structure.
cloudflare / Trie HardNovel implementation of a Trie data structure optimized for small, sparse maps
gmamaladze / Trienet.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
amitbansal7 / Data Structures And AlgorithmsImplementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
qwertie / EcsharpHome of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
rohansuri / Adaptive Radix TreeA fast and space efficient Radix tree in Java
idsulik / Go CollectionsGo package that provides implementations of common data structures including a double-ended queue (Deque), a linked list, a queue, a trie, a stack, a priority queue, a binary search tree, a graph, a skip list, a bloom filter, a ring buffer, a disjoint set, an avl tree, and a segment tree
surrealdb / VartA timed adaptive radix trie data-structure, used in SurrealKV
ant0ine / Go UrlrouterEfficient URL routing using a Trie data structure.
shivamMg / TrieTrie data structure meant for auto-completion use cases. Supports prefix and edit distance search.
gonzedge / Rambling TrieA Ruby implementation of the trie data structure.
oisdk / SwiftDataStructuresData structures in Swift, including a Trie, Tree, List, and Deque
r-lyeh-archived / TrieTrie is a lightweight and simple autocompletion data structure written in C++11.
siongui / Go Succinct Data Structure TrieSuccinct Data Structure of Trie, written in Go
odhyan / TrieTrie data-structure in javascript
eihli / Clj Tightly Packed TrieA memory efficient trie data structure.
dpt / ContainersA library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C
pthurlow / TriejsJavascript trie data structure with customizable data storage layer
akshitgrover / TrieSTL Compatible TRIE data structure implementation
aboffa / CoCo TrieCOllapsed and COmpressed trie: a data-aware compressed string dictionary