@stein197/struct
v1.0.0
Published
Data structures
Readme
Data structures
The package contains a few data structures implemented in JavaScript
Installation
npm install @stein197/structUsage
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
buildBuild the packagetestRun tests
