0.0.1 • Published 6 years ago

@tobin-jn/boilerplate v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Complete Me

About

This project builds a low level version of an auto complete system in JavaScript. The trie can take in a new word and keep count of how many words have been inserted. Once words have been placed into the trie it can offer some suggestions based on a word prefix. The suggest method takes in a word prefix and returns an array of words that match the desired prefix. The trie has a populate method and is populated with a standard dictionary of words. Finally the trie is packaged as a node module to import into future projects.

Tech Stack

  • Javascript

Screenshots

Example Implementation:

Original Assignment

Complete Me Project from the Turing School of Software & Design (no longer a current project, original spec unavailable)

Contributors