Decision 1 Definitions Flashcards
Graph
Consists of vertices which are connected by edges.
Subgraph
Part of a graph.
Weighted graph
Graph in which there is a number associated with each edge.
Degree of valency/order
Number of edges incident to a vertex.
Path
Finite sequence of edges. End vertex of one edge in the sequence is the start vertex of the next. No vertex appears more than once.
Walk
Path which you are allowed to return to vertices more than once.
Cycle
Closed ‘path’. End vertex of last edge is start vertex of first edge.
Connected
Two vertices are connected if there is path between them. Connected graph= all its vertices are connected.
Loop
Edge that starts and finishes at the same vertex.
Simple graph
Graph with no loops and not more than one edge connecting any pair of vertices.
Digraph
Graph with edges that have direction associated with them- edges=connected edges.
Tree
Connected graph with no cycles.
Spanning tree
Subgraph of a graph which includes all vertices of the graph and is also a tree.
Bipartite graph
Graph consisting of two sets of vertices, X and Y. Edges only join vertices in X to vertices in Y, not vertices within a set.
Complete graph
Graph in which every vertex is directly connected by an edge to each of the other vertices. If graph has n vertices, connected graph is denoted k(n subscript).