https://github.com/naz/stanford-algorithms-i-coursera
Algorithms: Design and Analysis, Part 1 programming assignments from Coursera MOOC
https://github.com/naz/stanford-algorithms-i-coursera
Last synced: about 1 month ago
JSON representation
Algorithms: Design and Analysis, Part 1 programming assignments from Coursera MOOC
- Host: GitHub
- URL: https://github.com/naz/stanford-algorithms-i-coursera
- Owner: naz
- Created: 2015-07-18T12:41:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T13:00:43.000Z (almost 10 years ago)
- Last Synced: 2025-04-23T16:23:59.966Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 20 MB
- Stars: 8
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stanford Algorithms Coursera Part 1
Stanford algorithms programming assignments from coursera online course all implemented in NodeJS/io.js.
To run tests install `jasmine-node` with: `npm install -g jasmine-node`