Keywords Flashcards
Graph
Consists of nodes which are connected by arcs
Subgraph
Is a part of a graph
Weighted graph/network
If the graph has a number associated with each edge
Degree/valency
The number of arcs incident to a vertex
Path
Finite sequence of edges, such that the end vertex of one edge in the sequence is the start vertex of the next, in which no vertices appear more than once
Cycle/circuit
A closed path, the end vertex of the last edge is the start vertex of the first edge
Connected
Vertices are connected if there is a path between them. A graph is connected if all its vertices are connected
Digraph/direct edges
If the edges of a graph have a direction associated with them
Tree
Connected graph with no cycles
Spanning tree
Subgraph of a graph which includes all the vertices and is also a tree
Minimum spanning tree
A spanning tree such that all the lengths of its arcs are as small as possible
Complete graph
A graph in which all of the vertices are connected to every other vertex
Total float
The amount of time an activity can be delayed without affecting the duration of the project
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
Matching
The pairing of some or all of the elements of one set X with elements of a second set Y