2 - Graphs and Networks Flashcards

1
Q

Define graph.

A

Consists of points connected by lines.

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

Define weighted graph/network.

A

Number associated with each edge.

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

What are the points and lines called?

A

Nodes/vertices and arcs/edges.

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

Define vertex and edge set?

A

List of vertices/edges.

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

Define subgraph.

A

Graph whose vertices and edges belong to an original graph.

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

Define degree/valency of a vertex.

A

How many arcs are incident to it.

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

Define a walk.

A

A walk is a finite sequence of arcs such that the end vertex of one arc is the start vertex of the next.

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

Define a path.

A

A path is a (i) finite sequence of edges, such that (ii) the end vertex of one edge in the sequence is the start of the next and in which, (iii) no vertex appears more than once.

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

Define a trail.

A

A walk in which no edge is visited more than once.

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

Define a cycle.

A

A walk in which the end vertex of one edge is the start vertex of another and no vertex is visited more than once.

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

Define a Hamiltonian cycle.

A

A cycle including every vertex.

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

Define a connected graph/connected vertices.

A

All pairs of vertices connected by a path (but do not confuse with complete graph).

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

Define a loop.

A

An arc starting and finishing at the same vertex.

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

Define a simple graph.

A

No loops and at most one edge connecting any pair of vertices.

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

Define directed graph/digraph.

A

Edges have a direction associated with them.

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

Define Euler’s handshaking lemma.

A

In an undirected graph, the sum of the vertices’ degrees is 2x the number of edges and the number of odd vertices must be even or 0.

17
Q

Define a tree.

A

A tree is a connected graph with no cycles.

18
Q

Define a spanning tree.

A

A tree that connects all vertices.

19
Q

Define a complete graph.

A

A graph where every vertex is connected by a single edge to all other vertices.

20
Q

Define isomorphic graphs.

A

Same information but drawn differently.

21
Q

Define an adjacency matrix.

A

A matrix with each entry showing the number of arcs joining corresponding vertices.

22
Q

Define a distance matrix.

A

A matrix with each entry showing the weight of each arc.