https://github.com/pandede/algorithm
https://github.com/pandede/algorithm
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pandede/algorithm
- Owner: Pandede
- Created: 2021-11-12T14:14:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T17:23:35.000Z (about 4 years ago)
- Last Synced: 2025-01-28T02:24:24.552Z (over 1 year ago)
- Language: Java
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|