@webkrafters/trie
Version:
Trie - trie data structure accepting any data type
33 lines (18 loc) • 697 B
Markdown
# Trie JS
<p align="center">
<img height="240" src="logo.png" width="640"></img>
</p>
# Introduction
**Trie JS** is a sortable trie data structure for arranging any sequential data type for a speedy search and retrieval
### Name:
<strong>@webkrafters/trie</strong><br />
<strong>Alternate:</strong> trie.js
# Installation
npm install --save @webkrafters/trie
# Usage
Please see complete documentation here:<br />
[https://github.com/webKrafters/trie.js/blob/master/docs.md](https://github.com/webKrafters/trie.js/blob/master/docs.md)
For a compressed trie implementation, see:<br />
[Radix Trie JS](https://github.com/webKrafters/radix-trie.js/blob/master/README.md)
# License
MIT