Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

deprecate/metal-structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build

About

A Metal.js set of common data structures

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published