Block 1 Graphs Flashcards

1
Q

Order (n)

A

number of vertices |V|

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

Size (m):

A

number of edges |E|

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

Isolated vertex

A

Degree 0

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

Sum of degrees /2

A

Number of edges

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

Eulerian cycle:

A

Exists if and only if the graph is connected and each vertex is incident to a even number of edges.

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

Neighbourhood

A

is the set of vertices adjacent to it

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

Close Neighbourhood

A

is the Neighbourhood and the vertex in question

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

Kn

A

Complete graph, n vertices

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

On

A

Empty graph, n vertices

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

Cn

A

Simple Cycle. n>3

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

Pn

A

Simple Path. n>2. The same as a Cn but one edge missing. Simple Path. n>2. The same as a Cn but one edge missing.

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

k-regular

A

: all vertices (k) are of the same degree.

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

Wn

A

wheels

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

Bipartite graph

A

When there exists a partion of vertice in two parts (A and B) such that there is no edges in each partion, just between them. The sets A and B may be empty.

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

Complete bipartite graph

A

a vertex in one partition group is adjacent to all vertices in the other partition group.

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

Equal graphs

A

Must have the same labels. V(G) = V(H) and E(G) = E(H).

17
Q

Isomorphic graphs (≅):

A

Two graphs are isomorphic if there is a bijection and adjacency/ non adjacency is preserved. Bijection: Surjective (all vertices in the codomain are used) and Injective (1 to 1 – can’t have 1 vertex mapped to two). Top Tip: Pay attention at the structure: Degree of vertices, if there exists a triangle inside? Cycle?

18
Q

Proper subgraph

A

H⊆G but H≠G

19
Q

Spanning subgraph

A

Vertice set is equal. V(S)=V(G)

20
Q

Improper subgraph

A

Every graph is a subset of itself