AS Decision - 2: Graphs and Networks Flashcards

1
Q

Subgraph

A

Part of the original graph

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

Degree/Valency/Order

A

The number of edges incident to a vertex

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

A 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
4
Q

A Path

A

a walk where no vertex is visited more than once

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

A Trail

A

a walk where no edge is visited more than once

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

A Cycle

A

a walk where end vertex = start vertex and no other vertex is visited more than once

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

A Hamiltonian Cycle

A

a cycle which includes every vertex

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

Simple Graph

A
  • no loops
  • at most one edge connecting any pair of vertices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Euler’s Handshaking Lemma

A

in any undirected graph, the sum of degrees of vertices is equal to 2x the number of edges

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

Tree

A

connected graph with no cycles

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

Spanning Tree

A
  • tree
  • subgraph
  • includes all vertices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Complete Graph

A

a graph where every vertex is directly connected by a single edge to each of the other vertices

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

Isomorphic Graph

A

a graph which shows the same information but is drawn differently

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