Graphs Flashcards

1
Q

What is the degree of a vertex?

A

The number of edges coming out of the vertex.

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

A vertex with an even degree is called:

A

An even vertex.

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

A vertex with an odd degree is called:

A

An odd vertex.

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

Two graphs are isomorphic if:

A

There is a one-to-one correspondence between their vertices which preserves adjacency.

(They are the same graph, possibly laid out and/or labelled differently.

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

What is a walk?

A

A sequence of connecting edges in a given graph.

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

What is a trail?

A

A walk in which no edge is listed more than once.

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

What is a path?

A

A path is 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
8
Q

What is a cycle?

A

A cycle is a path that finishes where it started.

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

What is a connected graph?

A

A connected graph is one in which there is a path between any pair of vertices.

(i.e. the graph is in one piece)

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

What is a simple graph?

A

A simple graph is one in which:
* No edge begins and ends at the same vertex.
(There are no loops).
* No two edges connect the same pair of vertices.
(There are no repeated edges).

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

What is a complete graph?

A

A complete graph is a simple, connected graph such that there is an edge between every pair of vertices.

We use the standard notation Kₙ for the complete graph with n vertices.

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

What is an Eulerian graph?

A

A Eulerian graph is a connected graph that has no odd vertices.

Eulerian graphs always contain an an Eulerian cycle/circuit.

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

What is an Eulerian cycle (or Eulerian circuit)?

A

A ‘cycle’ (possibly with repeated vertices) that includes every edge exactly once.

Eulerian graphs always contain an an Eulerian cycle/circuit.

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

What is a semi-Eulerian graph?

A

A semi-Eulerian graph is a connected graph with exactly two odd vertices.

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

For a semi-Eulerian graph, there will always exist a trail containing every edge exactly once, beginning at one of the odd vertices and ending at the other.

A

(Just need to know this)

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

What is a Hamiltonian graph?

A

A Hamiltonian graph is a graph which contains a Hamiltonian cycle.

17
Q

What is a Hamiltonian cycle?

A

A Hamiltonian cycle is a cycle that passes through every vertex precisely once.

18
Q

For any graph:

A
  • The sum of all the degrees of all the vertices is double the number of edges.
  • There is always an even number of odd vertices.
19
Q

For any simple graph with n vertices:

A
  • The graph can have at most ½n(n-1) edges.
  • The degree of each vertex is at most n-1.