Key Terms Flashcards

1
Q

GRAPH

A

a finite number of vertices/nodes connected by edges/arcs

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

PATH

A

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

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

WALK

A

path in 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
4
Q

CYCLE

A

a closed path ie. the end vertex of the last edge is the start vertex of the first edge (starts and finishes in the same place)

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

SUBGRAPH

A

a subset of the vertices together with a subset of the edges

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

CONNECTED GRAPH

A

all vertices on the graph are connected by a path

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

SIMPLE GRAPH

A

a graph in which there are no loops and not more than one edge connecting any pair of vertices

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

VALENCY/DEGREE/ORDER

A

number of edges connected to a vertex

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

ODD VERTEX

A

vertex with an odd valency

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

EVEN VERTEX

A

vertex with an even valency

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

DIGRAPH

A

a graph in which the edges are directed (have directions associated with them)

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

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

SPANNING TREE

A

a subgraph of a graph, that includes all the vertices of the original and is also a tree

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

COMPLETE GRAPH

A

every vertex is connected by a edge to every other vertex (Kn denoted a complete graph with n vertices)

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

BIPARTITE GRAPH

A

consist of two sets of vertices, X and Y
the edges only join vertices is X to vertices in Y, not vertices within a set
Kr.s denotes a complete bipartite graph with r vertices in X, and s vertices in Y

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

ISOMORPHIC GRAPH

A

two graphs, G1 and G2 are isomorphic if they have the same number of vertices, and the valency of the corresponding vertices are the same
(show the same info but are drawn differently)

17
Q

NETWORK (WEIGHTED GRAPH)

A

each edge of the graph has a number (weight) associated with it