https://github.com/chibby0ne/coursera_algorithms_part1
Coursera's Algorithm Part 1
https://github.com/chibby0ne/coursera_algorithms_part1
Last synced: 5 months ago
JSON representation
Coursera's Algorithm Part 1
- Host: GitHub
- URL: https://github.com/chibby0ne/coursera_algorithms_part1
- Owner: chibby0ne
- License: mit
- Created: 2015-03-17T12:19:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T15:45:44.000Z (over 10 years ago)
- Last Synced: 2024-12-31T19:02:11.419Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 30.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Assignments from Coursera's Algorithms Part 1 Course
## Usage
First run the script to download the required libraries, wrappers and programs used in the assignments.
```bash
./script.sh
```Add the executables to the path environment variable (to .bashrc if you want
to keep it between reboots)``` bash
export PATH=$PATH:$(pwd)/bin
```Afterwards, in order to compile and run the programs, **javac-algs4** and **java-algs4**, respectively, have to be used.
Java 7 is used for checking the code in the class. Findbugs will give a bunch of warnings for code compiled with Java 8
## Description
- Percolation
- Randomized Queue and Deque
- Collinear Points
- 8 Puzzle
- KD-Trees## LICENSE
MIT © 2015 Antonio Gutierrez