Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesstelford/data-structures-practice
Practising my Data Structures coding ability in raw Javascript.
https://github.com/jesstelford/data-structures-practice
Last synced: 28 days ago
JSON representation
Practising my Data Structures coding ability in raw Javascript.
- Host: GitHub
- URL: https://github.com/jesstelford/data-structures-practice
- Owner: jesstelford
- Created: 2014-02-11T06:31:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-11T07:00:02.000Z (almost 11 years ago)
- Last Synced: 2024-06-11T17:36:37.279Z (7 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Tests with:
```bash
./node_modules/.bin/mocha tests.js
```