Definitions Flashcards

1
Q

Handshaking Lemma

A

The sum of the degrees of all the vertices in a graph is equal to twice the number of edges.

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

Bipartite graph

A

A graph whose vertices can be divided into two sets such that no two vertices in the
same set are adjacent.

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

Circuit

A

A walk that begins and ends at the same vertex, and has no repeated edges.

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

Complement of a graph G

A

A graph with the same vertices as G but which has an edge between any two
vertices if and only if G does not.

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

Complete bipartite

graph

A

A bipartite graph in which every vertex in one set is joined to every vertex in the
other set.

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

Complete graph

A

A simple graph in which each pair of vertices is joined by an edge.

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

Connected graph

A

A graph in which each pair of vertices is joined by a path.

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

Cycle

A

A walk that begins and ends at the same vertex, and has no other repeated vertices.

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

Degree of a vertex

A

The number of edges joined to the vertex; a loop contributes two edges, one for
each of its end points.

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

Disconnected graph

A

A graph that has at least one pair of vertices not joined by a path.

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

Eulerian circuit

A

A circuit that contains every edge of a graph.

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

Eulerian trail

A

A trail that contains every edge of a graph.

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

Graph

A

Consists of a set of vertices and a set of edges.

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

Graph isomorphism
between two simple
graphs G and H

A

A one-to-one correspondence between vertices of G and H such that a pair of
vertices in G is adjacent if and only if the corresponding pair in H is adjacent.

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

Hamiltonian cycle

A

A cycle that contains all the vertices of the graph.

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

Hamiltonian path

A

A path that contains all the vertices of the graph.

17
Q

Loop

A

An edge joining a vertex to itself.

18
Q

Minimum spanning

tree

A

A spanning tree of a weighted graph that has the minimum total weight.

19
Q

Multiple edges

A

Occur if more than one edge joins the same pair of vertices.

20
Q

Path

A

A walk with no repeated vertices.

21
Q

Planar graph

A

A graph that can be drawn in the plane without any edge crossing another.

22
Q

Simple graph

A

A graph without loops or multiple edges.

23
Q

Spanning tree of a

graph

A

A subgraph that is a tree, containing every vertex of the graph.

24
Q

Subgraph

A

A graph within a graph.

25
Q

Trail

A

A walk in which no edge appears more than once.

26
Q

Tree

A

A connected graph that contains no cycles.

27
Q

Walk

A

A sequence of linked edges.

28
Q

Weighted graph

A

A graph in which each edge is allocated a number or weight.

29
Q

Weighted tree

A

A tree in which each edge is allocated a number or weight.

30
Q

Chinese postman problem

A

To determine a cycle where each vertex is visited once only, returning to the original vertex of least total weight

31
Q

Travelling salesman problem

A

To determine the shortest route that visits each vertex and returns to the original vertex, of least weight.

32
Q

Pigeon Hole Principle

A

If kn+1 objects (where k, n are members of the positive integers) are divided into n groups, there will be a group that contains at least k+1 objects.

33
Q

The Fundamental Theorem of Arithmetic

A

Every number >1 can be written as a unique product of prime numbers.