1.0.4 • Published 7 years ago

n-trie v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

n-trie

A simple Trie data structure module for node. It can be used to populate a dictionary and do a quick lookup/suggestions in a type ahead auto complete for example.

##Installation Use npm install as follows

npm install -g n-trie

##Usage n-trie command can be run at the command line as follows

n-trie export.csv trie.json

where export.csv is a key-value pair of data to be loaded into trie delimited by ';'

trie.json will be the output in the form of json.

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago