1.0.0 • Published 7 years ago

structd v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 structd

Features

Class support for the following data structures

  • Stacks
  • Queues
  • Hash Tables
  • Linked Lists
  • Binary Search Tress
  • Graphs

License

MIT