An implementation in Javascript of the Trie data structure
This code is split into different implementations:
Javascript: plain javascript classes
Typescript: both class and interface + functions
Blog Post detailing methods, with illustrations: ajmorozoff.com/blog/2020/5/23/trie-hard