Mar 1: transitive closure (cont.); simulation: static, dynamic, deterministic, stochastic
Mar 3: event and time driven; comments on assignment 3 (A3 handed out)
Tutorial: C++: I/O, operator functions, `this', inheritance
Mar 8: probability; generating random variables uniformly in [0,1]
Mar 10: generating other random variables; comments on assignment 3
Tutorial: C++: discussion of the A3 skeleton code
Mar 15: more on generating random variables; structure of a simulation
Mar 17: linear congruential method; comments on assignment 3
Tutorial: C++: templates
Mar 22: dynamic programming, world series odds (A4 handed out)
Mar 24: matrix chain (A3 due)
Tutorial: knapsack
Mar 29: optimal BST
Mar 31: number representation: integer numbers
Tutorial: floating point examples; comments on A4
Apr 5: floating point numbers; problems with floating point numbers
Apr 7: errors with floating point numbers; exam preparation (--- A4 due ---)
Tutorial: example of how not to sum a series