D1-ch.2 Definitions Flashcards

1
Q

Cycle or circuit

A

is a closed path – 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
2
Q

Hamiltonian cycle

A

is a cycle that passes through every vertex of the graph once
and only once, and returns to its start vertex.

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

Eulerian cycle

A

is a cycle that includes every edge of a graph exactly once.

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

Edge set

A

is the set of all edges.

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

Vertex set

A

is the set of all vertices.

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

Path

A

is a finite sequence of edges such that the end vertex of one edge in the sequence 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
7
Q

Connected

A
  • Two vertices are connected if there is a path between them.
  • A graph is connected if all of its vertices are connected.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Loop

A

•An edge with the same vertex at each end

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

Simple graph

A

does not contain any ‘parallel’ arcs nor any loops.

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

Valency, degree or order

A

the number of edges connected to a node

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

Diagraph

A

•If the edges of a graph have a direction associated with them, they are known as
directed edges

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

Tree

A

connected graph with no cycles (e.g. family trees, probability tree
diagrams).

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

Spanning tree

A

is a subgraph that includes all the vertices of G and is

also a tree.

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

Complete graph Kn

A

has n vertices where all vertices are connected by an edge to
each of the other vertices

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

Bipartite graph

A

consists of two sets of vertices X and Y. The edges only join
vertices in X to vertices in Y – i.e. not vertices within a set. If there are r vertices in X
and s vertices in Y and every vertex in X is joined to every vertex in Y, then the graph
is called Kr,s.

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

Planar graph

A

a graph which can be drawn in a plane in such a way that no two
edges meet each other, except at a vertex to which they are both incident.

17
Q

Isomorphic graphs

A

if they have the same number of vertices

and the degrees of the corresponding vertices are the same.

18
Q

Network

A

•A graph with weighted edges
•(The weights can refer to any quantity relating a pair of edges; e.g. distance, time,
cost, etc.)

19
Q

Graph

A

A graph G consists of nodes which are connected by edges.

20
Q

Subgraph

A

Is a graph, each of whose vertices and edges belongs to a larger graph.

21
Q

Minimum spanning tree

A

Is a spanning tree such that the total length of its arcs is as small as possible

22
Q

Matching

A

Is a subset of edges from a bipartite graph, such that no two edges in the subset have a common vertex.

23
Q

Complete matching

A

Is a matching which consists of n vertices in each set and n edges.

24
Q

Maximal matching

A

Is a matching in which the number of edges is as large as possible.