Graphs and Networks Terminology Flashcards

1
Q

Subgraph

A

A part of the original graph.

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

Degree/Valency/Order

A

he number of arcs incident to a vertex/node.

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

Path

A

A finite sequence of edges such that the end vertex of one edge is the start of the next. No vertex appears more than once.

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

Walk

A

A path which you are permitted to return to vertices more than once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q

Connected Graph

A

A graph where all vertices are connected.

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

Simple Graph

A

Has no loop and has no more than one edge connecting each pair of vertices.

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

Loop

A

Starts and finishes at the same vertex.

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

Digraph

A

The edges have a direction associated to it.

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

Adjacency matrix

A

Records the number of direct links between vertices.

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

Distance matrix

A

Records the weights on the edges. Where there is no edge, we write “-“.

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

A Tree

A

A connected graph with no cycles.

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

A spanning tree

A

A subgraph that is a tree and includes all vertices.

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

Bipartite graph

A

Two sets of verticies, X and Y. The edges only join vertices in X to vertices in Y, not to any vertices within another set.

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

Complete graph

A

Every vertex is directly connected by an edge to each of the other vertices. Denoted by K_n.

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

Complete bipartite graph

A

Denoted by K_(r,s) where there are “r” vertices in set X and “s” vertices in set Y.

17
Q

Isomorphic graph

A

Graphs that show the same information but are drawn differently.