🔷 data structures implementation in javascript & typescript.
Curated collection of data structures for the JavaScript/TypeScript language.
A trie implementation that maps keys to objects. Most common use will be for typeahead searches.
🔲 Trie data structure implementation
Radix Trie (in Javascript)
StructJS: A Javascript library for using classic data structures.
A small data structures library for JavaScript
Javascript trie data structure with customizable data storage layer
Javascript implementation of a Trie with customizable delimiters
My take on an efficient implementation of a Trie in Javascript