https://github.com/mfbx9da4/algorithms1-coursera
https://github.com/mfbx9da4/algorithms1-coursera
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfbx9da4/algorithms1-coursera
- Owner: mfbx9da4
- Created: 2015-10-05T14:45:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T14:03:27.000Z (over 9 years ago)
- Last Synced: 2025-01-26T17:45:53.558Z (4 months ago)
- Language: HTML
- Size: 89.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Algorithms, part 1, Princeton University, Coursera](https://class.coursera.org/algs4partI-009/lecture)
- Code from assignments can be found in `code/` directory
- Books and lecture slides can be found in `resources/`[Install algs4](http://algs4.cs.princeton.edu/linux/)
run with
f=Solver; javac-algs4 -Xlint "$f".java && echo a b c d | java-algs4 "$f" 8puzzle/puzzle18.txt | less