Chapter 15 Graph Theory Flashcards
Graph
Structure which shows the physical connection or relationship between things of interest
Vertices
Points on graphs
Edges
Way to move from one vertex to another
Loop
an edge from one vertex to itself
Adjacent vertices
vertices connected by an edge
Adjacent edges
edges which share a common vertex
Degree
number of edges connected to a vertex
Undirected graph
allowed to move on either direction on an edge
Directed graph
Contain arrows indicating the directions allowed to move in
In degree
Of a vertex the number of edges coming into the vertex
Out degree
Of a vertex the number of edges going out from the vertex
Simple graph
no loops, maximum one edge joining any pair of distinct vertices
Subgraph
made from subset of vertices and edges within a graph
Connected graph
Undirected, possible to travel from every vertex to every other vertex by following edges
Disconnected graph
not possible to travel from every vertex to every other vertex by following edges