@coleworsley/complete-me
v0.0.6
Published
Prefix Trie Implementation
Downloads
7
Readme
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
- Navigate to your project in your terminal
- Run $npm install @coleworsley/complete-me --save
- Open your project and add "import { Trie } from '@coleworsley/complete-me'"