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

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

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.