4.1, due oct 9

Difficult:

the word 'memoization' threw me off by a lot at the beginning. I don't quite follow bottom-up dynamic programming. Why would or could this ever be faster than recursion? also, the examples only half-help me. For instance, for the fib numbers, should you store the two you need for the next value each time?

Application:

Well, clearly, optimization is in everything. I like that we're starting to learn about it. Also, approximation making algorithms better is an interesting concept.

Comments

Popular posts from this blog

8.1, due Nov 27 17

8.6, due Friday 12/8

8.2 due wed 11/28