3. Greedy algorithms

Course week(s) Week 3
Course subject(s) 03. Greedy algorithms

Module 3. Greedy algorithms

Greedy algorithms are algorithms designed using an intuitive rule of thumb, which can be proven to lead to optimal solutions. In these lectures, several examples of problems and such algorithms are given to illustrate this general concept. In addition, quite some time is spent on the proving techniques required to show the correctness and optimality of the presented algorithms.

Recorded lectures:

Slides:
Slides with thanks to Kevin Wayne and Pearson Education (made available together with the book “Algorithm Design” by Kleinberg & Tardos)

Relevant exercises:
Algorithm Design: 4.1 – 4. 10,  4.12 – 4.13

Creative Commons License
Algoritmiek by TU Delft OpenCourseWare is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://ocw.tudelft.nl/courses/algoritmiek/.
Back to top