Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connoratherton/js-structures

A playground for creating interesting data structures in JavaScript.
https://github.com/connoratherton/js-structures

Last synced: about 1 month ago
JSON representation

A playground for creating interesting data structures in JavaScript.

Awesome Lists containing this project

README

        

# jsStructures ![Build Status](https://api.travis-ci.org/ConnorAtherton/js-structures.svg) ![Coverage Status](https://coveralls.io/repos/github/ConnorAtherton/js-structures/badge.svg?branch=master)

My js playground.

## To test

```js
make install-deps
make test
```

## Layout

`dist/scratch` - Each file contains a small code snippet demonstrating one technique
or solving a very narrow problem. Execute each file from the shell, some accept arguments
passed to the script. Be sure to give the user execution permissions on the folder once
the js files are built `chmod u+x dist/scratch`.