Chapter 2 Flashcards

1
Q

Graph

A

Consists of vertices which are connected by arcs.

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

Weighted grpah

A

Numbers associated to each arc.

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

Subgraph

A

Part of the original graph.

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

Degree/valency/order

A

Number of edges incident to it

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

Walk

A

A route through a graph along edges fron one vertex to the next.

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

Path

A

A walk from in which no vertex is visited more than once.

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

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
8
Q

Cycle

A

A walk in which the end vertex is the same as the start vetex and no other verted is visited more than once.

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

Hamiltonian cycle

A

Cycle that includes every vertrx.

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

Loop

A

Edge thag starts and finishes at the same vertex

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

Simple graph

A

A graph in which there are no loops and there is at most one edge connecting any pair of vertices.

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

Digraph

A

Directed graph/edges have a direction associated with them.

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

Euler’s handshaking lemma

A

Sum of the degrees of the vertices is equal to 2x(number of edges)

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

Tree

A

Connected graph with no cycles.

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

Spanning tree

A

Subgraph which includes all ther vertices of the original graph and is alo a tree

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

Complete graph

A

Graph which every vertex is directly connected by a single edge to each of the other vertices.

17
Q

Isomorphic graph

A

Graphs which show the same information but may be drawn differently

18
Q

Adjacency matrix

A

Describe the number of arcs joining the corresponding vertices.

19
Q

Distance matrix

A

Entries represent the weight of each arc.

20
Q

Planar graph

A

A graph that can be drawn in a plane such that no two edges meet except at a vertex.