Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/connoratherton/js-structures
- Owner: ConnorAtherton
- Created: 2014-11-04T06:56:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T00:58:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T20:10:32.420Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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`.