An open API service indexing awesome lists of open source software.

https://github.com/mfbx9da4/algorithms1-coursera


https://github.com/mfbx9da4/algorithms1-coursera

Last synced: about 2 months ago
JSON representation

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