graph theory Flashcards
bipartite graph
graph whose vertices can be divided into 2 disjoint sets in which all edges contain one vertex from each set
matching
set of edges without common vertices
complete matching
every vertex incident to some edge in the matching
path
sequence of vertices where all vertices are adjacent and no vertex repeats
circuit, cycle
sequence of adjacent vertices, first and last adjacent
connectivity
if for all pairs there exists a path
ismorphism
bijection function such that v1,v2 are adjecent if f(v1) is adjacent to f(v2)
graph complement
graph drawn on the same set of vertices but a complementary set of edges
walk
sequence of edges which joins a sequence of vertices
trail
walk in which all edges are distinct
path graph
on n vertices, can be expressed as a single path
circuit graph
on n vertice, can be expressed as a single circuit
complete graph
on n vertice, all pairs of vertices are complete
planar graphs
if it can be drawn in a plane without edges crossing
eular cycle
cycle ( with no repeated edges ) that transverses every edge ( has to have even degree )
eular trail
trail ( no repeated edges ) that traverses every edge, 2 vertices have odd degree
hamilton circuit
circuit ( no repeated vertices ) that passes through every vertex ( don’t have to hit every edge )
graph coloring
assignment of colors to vertices such that no pair of adjacent vertices are of the same color
chromatic number
fewest number of colors that can be used to make a valid coloring
star graph
connected graph where all vertices have 1 degree and center vertex has degree n-1
wheel graph
circuit with a center vertex that connects to every vertex in circuit
dual graph
graph in which regions are mapped to vertices and adjacency is preserved
chromatic polynomial
number of ways to color G with k colors
tree
undirected graph with no circuits; a graph which contains a unique path from root to any other vertex