Week 1 Flashcards

(30 cards)

1
Q

Give me the equation for a graph

A

G = (V,E)

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

What is a ‘finite’ ‘simple’ graph

A

It’s a graph with finite vertices

Their are no loops nor multiple edges

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

What does it mean for two vertices to be adjacent?

A

They are connected by a edge.

So if u and v and adjacent then uv∈E

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

What does it mean if two edges are adjacent?

A

It means they must have a common vertex

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

What does it mean if a vertex and edge are incident?

A

If a vertex is an end point to an edge

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

What is the order of a graph?

A

The number of vertices in G

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

How is the order of a graph denoted?

A

|V|, |G|, n(G), n and can say an n-vertex graph

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

What does the size of a graph mean?

A

The number of edges

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

How is the size of a graph denoted?

A

|E|, m(G) or just m

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

What does ‘G is a (6,7)-graph mean?

A

A 6 vertices and 7 edges graph

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

What does the neighbourhood of a vertex mean?

A

For graph G, the neighbourhood of a vertex v is the set of vertices adjacent to v

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

How is the neighbourhood of a vertex denoted

A

N(v) or N⌄G(v)

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

What is the closed neighbourhood?

A

For a vertex, the set of all vertices that are adjacent to it including its own vertex

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

How is the closed neighbourhood of V denoted?

A

N(v)∪{v}

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

What is a complete graph and how is denoted?

A

A graph where any vertex is adjacent to any other vertex.

It is denoted K⌄n where n is the order of K

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

What is a empty graph and how is it denoted?

A

A graph with no edges and it is denoted as O⌄n where n is its order

17
Q

What is a simple cycle graph and how is it denoted. What would n = 3 and n = 4 look like?

A

The example would be a triangle. C⌄4 would be a square

18
Q

What is a simple path and its denotion?

A

It is denoted P⌄n and it is just a path of vertices and edges

19
Q

What is a star and how is it denoted?

What would the graph where n = 3 look like?

A

A star graph has a single point which is adjacent to every other point

It is denoted S⌄n

One centre point then two around it

A star graph can be denoted in two different ways!

20
Q

What is a wheel graph and how is it denoted?

A

A wheel graph is when you take a cycle Cn-1, add a new vertex called the hub then connect the hub to every vertex of the cycle

They are denoted as W⌄n

21
Q

What is a bipartite graph?

A

When you can split its vertices into two sets so that no edge connects two vertices in the same set

22
Q

Are the following graphs bipartite?

K⌄n, O⌄n, K⌄1,k, W⌄k

A

a) bipartite only if n is lower than or equal to 2. Larger creates odd cycles
b) yes, has no edges so cannot violate rules of bipartite
c) a star is always bipartite
d) wheels graphs always contain odd cycles so no

23
Q

What is a complete bipartite graph?

A

If any vertex in A is adjacent to any vertex in B.

24
Q

How is a complete bipartite graph notated?

A

K⌄p,q where p and q are the numbers of vertices in A and B, respectively

25
What is an odd cycle and what does it do
Essentially a triangle, three points that are connected It prevents a graph from being bipartite
26
How is the complete bipartite graph denoted? How about the star?
K⌄a,b The star is when a is always 1. Then b can change however it needs
27
Are Pn graphs bipartite?
Yes because you can categorise alternately along the path
28
Is P⌄n, C⌄n, Q⌄3 bipartite?
a) yes b) if n is even, yes c) its a cube so yes
29
What does Q⌄n where n = 0,1,2,3 look like?
O is a vertex 1 is a complete graph of 2 2 is a cycle of order 4 3 is a cube
30
Give all bipartite graphs with order 4 and 3 or 4 edges
P⌄4, C⌄4, K⌄1,3