Tentamen (uitwerkingen)
Dynamic Programming
- Vak
- Instelling
Dynamic Programming What is dynamic programming and how does it work at a high level? Dynamic programming is simply an optimization over plain recursion. Whenever we see a recursive solution for the same inputs, we can optimize it using Dynamic programming. The main idea is to simply store the ...
[Meer zien]