Simple Graph Flashcards
It is a collection of points called vertices or nodes and line segments or curves called edges that connect the vertices.
Graph
A ____ is an edge connecting a vertex to itself.
loop
A ___________ is a graph that has an edge connecting every pair of vertices.
complete graph
Two vertices are _______ if there is an edge joining them.
Adjacent
Graphs are considered as ________ if they have same vertices connected in the same way.
equivalent
A ______ is an alternating sequence of vertices and edges. It can be seen as a trip from one vertex to another using the edges of a graph.
Path
If a path begins and ends with the same vertex, it is a closed path or a __________.
circuit or cycle
A graph is ________ if for any two vertices, there is at least one path that joins them.
connected
A _______ is an edge that when you remove makes the
graph disconnected.
bridge
The _______ of a vertex is the number of edges attached to it.
degree
The idea is to color the vertices or edges of a graph in such a way that adjacent vertices or concurrent edges are given different colors.
graph coloring
The smallest number of colors required to color the vertices of a graph is the
chromatic number of the graph
A graph is 2-colorable if andonly if it has no circuits that consist of odd number of vertices.
2- Colorable Graph Theorem
The chromatic number of a planar graph is at most 4.
Four-Color Theorem
A map can be represented by a graph with the different regions as vertices. Two regions are __________ if they share part of their boundaries.
adjacent
The graph representing a map is _______. Hence, it needs only 4 colors.
planar
- a path that passes through every edge exactly once only
- a path that contains all the edges of the graph
- begin and end with the odd-degree vertices
Euler path
A graph has an _________ if and only if no more than two of its vertices have odd degree.
Euler path
An ____________of a graph is a closed path that contains all the edges of the graph.
Euler circuit
A graph that has an Euler circuit is called _______.
Eulerian
A ____________ is Eulerian if and only if each vertex
has even degree.
connected graph
A __________________ of a graph is a path passing through
each vertex of the graph exactly once.
Hamiltonian path
If the path is closed, it is called a ______________.
Hamiltonian cycle
If a graph has a Hamiltonian cycle, it is called
______________.
Hamiltonian