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 )