Skip to content

Instantly share code, notes, and snippets.

@jbaranski
jbaranski / Trie.js
Last active February 11, 2020 03:39 — forked from tpae/Trie.js
Trie.js - super simple JavaScript implementation
/* tslint:disable */
import { AutocompleteCandidate } from '../autocomplete/candidate';
// Source code token from below link
// https://gist.github.com/tpae/72e1c54471e88b689f85ad2b3940a8f0
// @MODIFIED has been added where modifications have been made
//
// Trie.js - super simple JS implementation
// https://en.wikipedia.org/wiki/Trie