Definitions for D1 Flashcards
(8 cards)
What is a graph?
A graph consists of points which are connected by lines
What is a weighted graph?
This is when a graph has a number associated with each edge.
What is the degree/valency of a vertex?
This is the number of edges incident to it.
What is a cycle?
A closed path
What is a tree?
A connected graph with no cycles
What is a minimum spanning tree?
A spanning tree where the total length of its arcs is as small as possible.
What is a 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, not vertices within a set.
What is a matching?
A matching is the pairing of some or all of the elements of one set, X, with elements of the second set,Y.