metal-structs
v1.0.2
Published
A Metal.js set of common data structures.
Downloads
5,212
Maintainers
Keywords
Readme
metal-structs
A Metal.js set of common data structures:
- MultiMap: Case insensitive string Multimap implementation.
- TreeNode: Generic tree node data structure with arbitrary number of child nodes.
Setup
Install NodeJS >= v0.12.0, if you don't have it yet.
Install global dependencies:
[sudo] npm install -g gulp
- Install local dependencies:
npm install
- Build the code:
gulp build