CP 8 Graph Theory Flashcards

1
Q

What is the criteria for a graph

A

Antireflexive and Symmetric

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

What is the formula for a graph

A

G=(Vg,Eg)

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

What is Vg in the graph formula

A

the vertices

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

what is Eg in the graph formula

A

Edges

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

If Vg={a,b,c,d} what could the Eg look like

A

Eg={{a,b},{a,c},{c,d},{d,a}

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

TF there can be more than one correct drawing of a graph

A

T

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

Given the edge {u,v} we say that u and v are _____ to eachother, we also say that u and v are ______ with the edge {u,v}

A

adjacent
incident

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

What another way of thinking about adjacent and incident

A

adjacent = theres a line connecting a and b
incident= if theres 2 lines connected to c, c is incident with 2 edges {a,c} and {c,d}

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

what is a connected graph

A

all elements must be connected (theres a path to any element)

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

what is a disconnected graph

A

not all elements are connected (cannot get to an element by a path)

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

what is a cycle

A

a path that starts and ends at the same vertex, with no repeated edges or vertices (except the starting and ending vertex

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

TF you can have a vertex appear twice in a path

A

F, every vertex can only appear once in a path

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

what is the criteria for a tree graph

A

A graph is a tree when it has no cycles, and it also must be connected

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

what is the degree of a vertex

A

how many lines are touching the vertex /going in or out if the vertex

(if a vertex has 2 lines touching it it has a degree of 2)

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

TF we can see that in a tree graph, every tree with n≥2 vertices has at least 1 vertex of degree 1

A

T

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

what is the chromatic number

A

the smallest number of colourings for a graph

17
Q

what is the notation of the chromatic number

A

χ(G)=

18
Q

what is a graph colouring similar to

A

sudoku

19
Q
A