Skip to content

A base class for a serializable trie data structure

License

Notifications You must be signed in to change notification settings

webKrafters/trie.js

Repository files navigation

Trie JS

Introduction

Trie JS is a trie data structure for arranging any sequential data type for a speedy search and retrieval

Name:

@webkrafters/trie
Alternate: trie.js

Installation

npm install --save @webkrafters/trie

Usage

Please see complete documentation here:

https://github.com/webKrafters/trie.js/blob/master/docs.md

License

MIT