Decision 1: Key Words Flashcards
Define degree or valency
The degree or valency of a vertex is the number of edges incident to it
Define path
A finite sequence of edges, such that the end vertex of one edge in the sequence is the start vertex of the next, and in which no vertex appears more than once
Define cycle
A closed path, the end vertex of the last edge is the start vertex of the first edge
Define tree
A connected graph with no cycles
Define minimum spanning tree
A spanning tree such that the total length of its arcs is as small as possible
Define bipartite graph
A bipartite graph consists of two sets of vertices X and Y. The edges only join vertices in X to vertices in Y
Define matching
The pairing of some or all of the elements of one set, X, with elements of a second set, Y.