Computational Modeling Fall 2005 For today, you should have: 1) done HomeworkFive (evaluate previous reviews) 2) done HomeworkSix (read about Thomas Kuhn) Today's outline: 1) discussion of Kuhn with Prof. Martello 2) graph algorithms For next time you should: 1) do HomeworkSeven (another expansion phase) 2) read Watts and Strogatz Graph algorithms ---------------- What algorithms do we want to implement on graphs? What operations do we think we will need to perform? What data structures can we use to represent Vertices, Edges, and Graphs? What data structures _should_ we use?