D1 Flashcards

1
Q

Bipartite graph

A

Graph consisting of 2 distinct vertices X and Y, where arcs can only join a vertex in X to a vertex in Y

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

Path

A

Finite sequence of edges, such that the end vertex of one edge is the start vertex of the next, and in which no vertex appears more than once, and there are no cycles.

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

Alternating path

A

Path from an unmatched vertex in X to an unmatched vertex in Y which alternately uses arcs in and not in the matching

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

Matching

A

The one to one matching of some elements of X with elements of Y

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

Complete matching

A

The one to one matching between all elements of X onto Y

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

The difference between Prim’s and Kruskal’s

A

In Prim:
The tree grows in a connected way
The nearest unattached vertex is added
Easy to use when a network is given in matrix form
There is no need to check for cycles
In Kruskal:
The shortest arc is added unless it completes a cycle

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

Complete/Connected graph

A

When all pairs of a graph’s vertices are connected

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

Tree

A

A connected graph with no cycles, loops or multiple edges

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

Spanning tree/Subgraph

A

A tree that includes all of the vertices of the graph

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

Minimum spanning tree/minimum connector

A

A spanning tree of minimum total length

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

Why is it impossible to draw a network with an odd number of odd vertices

A

Each arc contributes 2 to the sum of degrees, so this sum must be even. Therefore there must be an even (or 0) number of vertices of odd degree.

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

Valency

A

Number of arcs incident to a vertex.

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

Cycle

A

A closed path, where 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
14
Q

Loop

A

An edge that starts and finishes at the same vertex

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

Total float

A

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

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

The purpose of dummies

A

To enable the unique representation of activities in terms of their end events

17
Q

Graph

A

Consists of vertices or nodes which are connected by edges or arcs.

18
Q

Weighted graph/network

A

A graph where each edge has a number associated with it.

19
Q

Directed graph/Digraph

A

A graph where each edge has a direction associated with it.