Terminology Flashcards
A tree
A connected graph with no cycles e.g. Probability tree
A spanning tree
A subgraph that includes all the vertices of the graph and is also a tree
A complete graph Kn
Has n vertices where all the vertices are connected by an edge to each of the other vertices
A bipartite graph
Two sets of vertices (X and Y) where edges only join vertices in X to Y, not within their set
A planar graph
A graph which can be drawn in a plane so that no two edges meet each other, except at a vertex to which they are both incident
Isomorphic
If two graphs have the same number of vertices and the degrees of the corresponding vertices are the same
Network
A graph with weighted edges
Triangle inequality
If weight BC is less than or equal to weight AB + AC for all sets of three vertices (ABC) then it satisfies this
Path
A finite sequence of edges such that the end vertex of one edge is the start vertex of the next. No vertex appears more than once
Cycle
A closed path, the end vertex of the last edge is the start vertex of the first edge
Hamiltonian cycle
A cycle that passes through every vertex of the graph once and only once, and returns to its start vertex
Eulerian cycle
A cycle that includes every edge of a graph exactly once
Edge set
Set of all edges
Vertex set
Set of all vertices
Graph
A collection of nodes (or vertices) which are connected by arcs (or edges)