Chapter 2- Graphs And Networks Flashcards

1
Q

Graph

A

Consists of nodes connected by lines

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

Weight

A

Number associated with each edge

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

Sub graph

A

A graph who’s vertices belong to the original graph as do the nodes

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

Valency

A

Number of edges incident on a vertex

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 from 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 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 vertex and no vertex 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

A cycle that includes every vertex

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

Connected graph

A

If all vertices are connected

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

Loop

A

An edge that starts and finishes at the same vertex

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

Simple graph

A

No loops and at most one edge connecting any pair of vertices

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

Euler’s handshaking Lemma

A

Sum of degrees of vertices = 2 x the 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

A subgraph which includes all the vertices of the original graph and is also a tree

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

Complete graph

A

A graph in which ever vertex is directly connected by a single edge to each other vertices

17
Q

Isomorphic graph

A

A graph which show the same information but may be drawn differently

18
Q

Planar graph

A

One that can be drawn in a place such that no two edges meet except at a vertex