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.
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
Post a Comment