anoubhav / Coursera-Algorithmic-Toolbox

This repository contains all the solutions for the assignments of the course - Algorithmic Toolbox offered on Coursera.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera: Algorithmic Toolbox

This repository contains all solutions for the course Algorithmic Toolbox offered on Coursera. The assignment solutions are in Python3.

Disclaimer: The below solutions are for reference only. Please design and implement your own algorithms to pass the course.

Week 1- Programming Challenges (PDF)

Week 2- Algorithmic Warm-up (PDF)

Week 3- Greedy Algorithms (PDF)

Week 4- Divide and Conquer (PDF)

Week 5- Dynamic Programming 1 (PDF)

Week 6- Dynamic Programming 2 (PDF)

Contributing

All contributions are welcome. Just make a PR. Below is a list of general improvements that need to be added that I would love help with:

  • Improve documentation
  • Clean up code (adding docstrings)
  • Better algorithms that reduce time complexity

About

This repository contains all the solutions for the assignments of the course - Algorithmic Toolbox offered on Coursera.


Languages

Language:Python 100.0%