0.0.6 • Published 7 years ago

@coleworsley/complete-me v0.0.6

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

Complete Me

About

For this project, we were tasked with creating a prefix tree to implement an autocomplete like feature. The project primarily uses recursion to implement counting, suggesting, and inserting the nodes into the tree.

To install in your project

  1. Navigate to your project in your terminal
  2. Run $npm install @coleworsley/complete-me --save
  3. Open your project and add "import { Trie } from '@coleworsley/complete-me'"
0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago