2 Forks
5 Stars
5 Watchers

collections

Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.

How to download and setup collections

Open terminal and run command
git clone https://github.com/udibo/collections.git
git clone is used to create a copy or clone of collections repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with collections https://github.com/udibo/collections/archive/master.zip

Or simply clone collections with SSH
[email protected]:udibo/collections.git

If you have some problems with collections

You may open issue on collections support forum (system) here: https://github.com/udibo/collections/issues