Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 172 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 172 Bytes

TypeScript in Trie

A trie (pronounced 'try'), is a data structure that can be used to validating sequences of characters. Most commonly this is used for spell checking.