next up previous contents index CD CD Algorithms
Next: Data Structures for Graphs Up: Graph Algorithms Previous: Graph Algorithms

The Friendship Graph

  figure3999
Figure: A portion of the friendship graph  

To demonstrate the importance of proper modeling, let us consider a graph where the vertices are people, and there is an edge between two people if and only if they are friends. This graph is well-defined on any set of people, be they the people in your neighborhood, at your school or place of business, or even the entire world. There are many interesting aspects of people that are best understood as properties of this friendship graph.  

We use this opportunity to define important graph theory terminology. ``Talking the talk'' proves to be an important part of ``walking the walk''.


next up previous contents index CD CD Algorithms
Next: Data Structures for Graphs Up: Graph Algorithms Previous: Graph Algorithms

Algorithms
Mon Jun 2 23:33:50 EDT 1997