Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 3.49 KB

README.md

File metadata and controls

64 lines (44 loc) · 3.49 KB

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