CSC270 Lecture Outline - October 28
-  Midterms back
 -  C pointers
 -  Makefiles (not covered in tutorial, but notes are here.  You're expected to know this.)
 
Lecture 1: Graph Traversal
-  Breadth-first search
 -  Depth-first search
 
Lecture 2: Introduction to Simulation
-  Simultion is typically used to solve complex problems numerically
     that can't be solved analytically
 -  Ballistic example using F=ma and air resistance