Awiedenman / complete-me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete Me

Learning to build and work with a prefix search trie by making a low level version of an auto-complete system. This trie is able to insert strings and make suggestions based on previous selections. This trie has a dictionary imported to help aid in the suggestion process.

About


Languages

Language:JavaScript 100.0%