Restful Autocomplete service with Neo4j graph backend. Returns top suggestions.
A autocomplete algorithm that uses a trie tree data structure to store and suggest common words for a given prefix from a large set of words
An implementation of a Prefix Tree/ Trie in C#, specifically for doing partial look-ups (autocomplete).
Autocomplete program written in c++ using trie and binary tree
Data structure project from 2017 winter at UC San Diego. Course: CSE 100 Advanced Data Structure
Implementação de uma ferramenta de autocompletar palavras utilizando Trie
Base-16 Modified Patricia Merkle Tree (aka Trie)
Memory efficient trie (prefix tree) library based on LOUDS
A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
A generic patricia trie (also called radix tree) implemented in Go (Golang)
Material-UI autocomplete component for tree data structures.
Fast, robust and memory-savvy IP radix tree (Patricia trie) implementation in Java
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes wi...
#算法刷题#Implementation 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, Dyn...
👓 composable trie based router
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Qu...
Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
AngularJS Autocomplete Directive
Autocomplete for Screeps
#算法刷题#😋 list the most commonly used data structures, we’ll implement them. (including: Array, Heap, Stack, Queue, List, BST, Segment Tree, Trie, Union Find, AVL Tree, Red-Black Tree, Hash Table, Graph Theo...