Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@webkrafters/trie

webKrafters222MIT0.7.0TypeScript support: included

Trie - trie data structure accepting any data type

base-trie, trie, data structure, data-structure, readonly, prefix, prefix-trie

readme

Trie JS

Introduction

Trie JS is a sortable 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