Discrete Mathematics - Graphs Flashcards
What is a Graph
A diagram of vertices connected by edges
What is a vertex
A point on a graph where edges meet and intersect
What is an edge
A line connected to a vertex
What is an Isomorphic Graph
A graph that display the same set of veritces and edges as another graph
What is a connected graph
A graph by which you can travel from one vertex to any other vertex on the graph
What are multiple edges
Two or more egdes that connect to the same pair of vertices
What is a loop
A vertex connected to itself by the same edge
What is meant by the degree of a vertex
The number of edges that a vertex is incedent ( connected ) to
What is a Simple graph
A graph that has no multiple edges or loops
What is a Sub-graph
A graph formed by some of the vertices and edges of the original graph
What is a Planar Graph
A graph that has no edges that cross over each other
What is a Bipartite graph
A graph containing 2 distinct sets of vertices that have edges which connect vertices from one set to another
How is a Bipartite Graph denoted
Kₙ,ₘ where ₙ is the number of vertices in the 1st set and, ₘ is the number of vertices in the 2nd set.
What is a Complete Graph
A simple graph where each vertex is connected to all other vertices within the graph by an edge
How is a Complete graph denoted
Kₙ where ₙ is the number of vertices in the graph.