Keywords Flashcards

1
Q

Graph

A

Consists of nodes which are connected by arcs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Subgraph

A

Is a part of a graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Weighted graph/network

A

If the graph has a number associated with each edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Degree/valency

A

The number of arcs incident to a vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Path

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cycle/circuit

A

A closed path, the end vertex of the last edge is the start vertex of the first edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Connected

A

Vertices are connected if there is a path between them. A graph is connected if all its vertices are connected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Digraph/direct edges

A

If the edges of a graph have a direction associated with them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Tree

A

Connected graph with no cycles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Spanning tree

A

Subgraph of a graph which includes all the vertices and is also a tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Minimum spanning tree

A

A spanning tree such that all the lengths of its arcs are as small as possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Complete graph

A

A graph in which all of the vertices are connected to every other vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Total float

A

The amount of time an activity can be delayed without affecting the duration of the project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bipartite graph

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Matching

A

The pairing of some or all of the elements of one set X with elements of a second set Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Complete matching

A

The pairing of every member of one set X with every member of a second set Y