/js-struct

Data structures for JavaScript

Primary LanguageTypeScriptMIT LicenseMIT

Data structures

The package contains a few data structures implemented in JavaScript

Installation

npm install @stein197/struct

Usage

To import specific data structure, just add its name to the end of "@stein197/struct/" in the import:

import Trie from "@stein197/struct/Trie";

List of data structures

  • Trie

NPM scripts

  • build Build the package
  • test Run tests