https://github.com/agnostic-apollo/coursera-algorithms-1-and-2
Coursera Algorithms 1 and 2 Course by Tim Roughgarden Assignment Algorithms
https://github.com/agnostic-apollo/coursera-algorithms-1-and-2
algorithms c-plus-plus coursera-algorithms coursera-specialization
Last synced: 5 months ago
JSON representation
Coursera Algorithms 1 and 2 Course by Tim Roughgarden Assignment Algorithms
- Host: GitHub
- URL: https://github.com/agnostic-apollo/coursera-algorithms-1-and-2
- Owner: agnostic-apollo
- Created: 2018-06-03T17:34:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T17:33:38.000Z (over 7 years ago)
- Last Synced: 2025-03-31T04:51:17.246Z (6 months ago)
- Topics: algorithms, c-plus-plus, coursera-algorithms, coursera-specialization
- Language: C++
- Homepage:
- Size: 22.6 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coursera-Algorithms-1-and-2
Algorithm implementations in C++ for the Assignments of the Coursera Algorithms 1 and 2 Course by Tim Roughgarden (Standford) taken in early 2015.
A few algorithms require boost libraries to be added or recursive stack size to be increased.
Instructions for doing that in CodeBlocks for Windows are given in "Codeblocks instructions.txt" in relevant folders.Apologies for missing comments in a lot of the codes. I guess I wasn't into those at the time I implemented these.