D1 graphs Flashcards
Edge
Has a vertex at each end. An edge with the same vertex at each end is called a loop.
Degree
(Or order) of a vertex is the number of edges incident on it.
Simple graph
No loops, and in which there is no more than one edge connecting any pair of vertices.
Walk
A sequence of edges in which the end of one edge (except the last) is the beginning of the next.
Trail
Is a walk in which no edge is repeated.
Path
Is a trail in which no vertex is repeated.
Cycle
A closed path
Hamiltonian cycle
A cycle which visits every vertex.
Tree
Simple connected graph with no cycles.
Digraph
Graph in which at least one edge has a direction associated with it.
Complete graph
Simple graph which every pair of vertices is connected with an edge.
Incidence matrix
Represents a graph with a matrix.
Isomorphic
Same graph in a different structure.
Planar graph
Drawn with no edges crossing
Bipartite graph
Vertices fall into two sets and in which each edge has a vertex from one set at one end and from the other set at its other end.