2.2.1 • Published 1 year ago

hsbmaulana-jscollection v2.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

JSCollection provides convenient helper for working with data structures and algorithms.

Getting Started

Installation :

$ npm install hsbmaulana-jscollection

How to use :

var { List : { ArrayList, LinkedList, } } = require('hsbmaulana-jscollection');

var list = new ArrayList();

list.add("A");
list.add("B");
list.add("C");
list.add("D");
list.add("E");

require('assert').equal(collection.count(), 5);

Replit

Author

2.2.1

1 year ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago