What is a graph?
A data structure consisting of nodes/vertices and pointer edges
What are the two forms of edges?
How are graphs implemented?
What are some uses of graphs?
How many edges can each vertex have?
Each vertex can have more than two edges to point to any vertex in the data structure