Data structures for JavaScript
npm install js_colsjs_cols is a library of powerful collection data structures for JavaScript. js_cols provides Lists, FIFO queues, LIFO Stacks, Priority Queues, sorted and unsorted Sets and Maps, Bags (Multi Sets) and Multi Maps.
The project adds functionality to the JavaScript language, similar to that of java.util (for Java) and the C5 Library (for C#).
The Library stands alone and is easy integratable in all kinds of JavaScript projects.
+ Install js_cols with Bower.
>
``bash`
$ bower install js_cols --save
+ Include the library in your index.html:
>
` html`
+ Install js_cols with NPM.
>
`bash`
$ npm install js_cols --save
+ Require the module in your app:
>
`javascript``
var js_cols = require('js_cols');
+ [The docs are found here] (http://thomasstjerne.github.io/js_cols/docs/1.0.1/)
The js_cols library was designed and written by Thomas Stjernegaard Jeppesen, 2010