1.0.0 • Published 9 years ago
structd v1.0.0
Structd
Structd is a JavaScript data structure extension library that provides additional data structure class support for a number of non native data structures. It can be used in Node.js as well as in the browser.
Installation
$ npm install structdFeatures
Class support for the following data structures
- Stacks
 - Queues
 - Hash Tables
 - Linked Lists
 - Binary Search Tress
 - Graphs