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

https://github.com/pandede/algorithm


https://github.com/pandede/algorithm

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Algorithm

The repository provides my solutions of Algorithm, [Part I](https://www.coursera.org/learn/algorithms-part1?) & [Part II](https://www.coursera.org/learn/algorithms-part2?), which holds by Kevin Wayne and Robert Sedgewick at Princeton University, on Coursera.
Any description of the project in this repository is stated on the lecture website.

## Score
All the assignments must refer to the library [algs4.jar](https://algs4.cs.princeton.edu/code/), poor score may be achieved unless the assignment follows the specifications and guide.
|Week|Assignment|Score|
|----|----------|-----|
|0|[HelloWorld](https://github.com/Pandede/Algorithm/tree/master/HelloWorld)|100/100|
|1|[Percolation](https://github.com/Pandede/Algorithm/tree/master/Percolation)|100/100|
|2|[Deques and Randomized Queues](https://github.com/Pandede/Algorithm/tree/master/Queues)|100/100|
|3|[Collinear Points](https://github.com/Pandede/Algorithm/tree/master/CollinearPoints)|100/100|
|4|[8 Puzzle](https://github.com/Pandede/Algorithm/tree/master/8Puzzle)|99/100|
|5|[Kd-Trees](https://github.com/Pandede/Algorithm/tree/master/KdTree)|100/100|
|6|[WordNet](https://github.com/Pandede/Algorithm/tree/master/WordNet)|100/100|
|7|[Seam Carving](https://github.com/Pandede/Algorithm/tree/master/SeamCarving)|100/100|