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