Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Algorithms Illuminated (Part 3): Greedy Algorithms and Dynamic Programming

Posted By: viserion
Algorithms Illuminated (Part 3): Greedy Algorithms and Dynamic Programming

Tim Roughgarden, "Algorithms Illuminated (Part 3): Greedy Algorithms and Dynamic Programming"
ISBN: 0999282948 | 2019 | PDF | 229 pages | 8 MB

Accessible, no-nonsense, and programming language-agnostic introduction to algorithms. Includes hints or solutions to all quizzes and problems, and a series of YouTube videos by the author accompanies the book. Part 3 covers greedy algorithms (scheduling, minimum spanning trees, clustering, Huffman codes) and dynamic programming (knapsack, sequence alignment, shortest paths, optimal search trees).