ConnorAtherton / js-structures

A playground for creating interesting data structures in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsStructures Build Status Coverage Status

My js playground.

To test

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.

About

A playground for creating interesting data structures in JavaScript.


Languages

Language:JavaScript 98.1%Language:Ruby 0.6%Language:HTML 0.6%Language:Makefile 0.6%Language:Shell 0.0%