autosuggestion
  Generates suggestions for text completion.  
  Generates suggestions for text completion.  
Makes an auxilary tree structure to get O(m) efficient autocomplete results, (where m is the length of a search string), without use of external dependencies.<br /> The repo is holds a list of 300k english letter already formatted as tree and available fo
Trie generator.
Trie-based ES6 Map clone: keys=iterables, values=anything
an implementation of the radix tree data structure, designed for extensibility
Trie, Prefix tree. Javascript & Typescript Data Structure.
Trie
Strongly typed trie data structure for path and URL-like strings.
A TypeScript library offering efficient standard (prefix) and compressed (radix) tries for optimized string storage and operations, featuring trie-map variants for key-value storage.
Data Structures of Javascript & TypeScript. AVLTree, Binary Search Tree, Binary Tree, Tree Multiset, Graph, Heap, Priority Queue, Linked List.
A prefix tree class
Standard data structure
ES6 JS lightweight data structures (Priority Queue, Binary Search Tree (BST), Graph, Bloom Filters, Trie, Queue, Stack, Linked-List)