Computer Science / CS 0101 · Atom · ~20 seconds
The Graph
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
A graph is an abstract data type representing binary relations among entities: the entities are vertices, and an edge records a relation between two.
Show
A friendship network draws a person per vertex and an edge per friendship, and the shape becomes data.
Watch for
Deciding what the vertices and edges mean is the hard work.