https://github.com/connoratherton/js-structures
A playground for creating interesting data structures in JavaScript.
https://github.com/connoratherton/js-structures
Last synced: 5 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T00:58:27.000Z (over 2 years ago)
- Last Synced: 2024-12-18T16:47:00.041Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsStructures  
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`.