@webkrafters/trie
Version:
Trie - trie data structure accepting any data type
29 lines (16 loc) • 562 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)
# License
MIT