1.0.0 • Published 1 year ago

@stein197/struct v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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