Dynamic programming
Overview
Teaching: 0 min
Exercises: 0 minQuestions
How can I save intermediate result and recover from crashes?
How can I prevent duplicate computations?
Objectives
Understand the principles of dynamic programming.
Understand the relevance of dynamic programming in a parallel environment.
Write a parallel sudoku solver
FIXME
Key Points
FIXME