Path: blob/master/README.md
423 views
Coursera-Stanford-Greedy-Algorithms-Minimum-Spanning-Trees-and-Dynamic-Programming
Course can be found in Coursera
Quiz answers and notebook for quick search can be found in my blog SSQ
Week 1:
Implementation based on jupyter notebook.
Week 2:
applications to clustering;
Implementation based on jupyter notebook;
advanced union-find (optional).
Week 3:
introduction to dynamic programming (max weight independent set);
Implementation based on jupyter notebook.
Week 4:
Implementation based on jupyter notebook;