Graphs Flashcards

1
Q

What is a tree?

A

A connected graph with no cycles.

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

What is a planar graph?

A

One that can be drawn so no arcs cross

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

What is a simple graph?

A

Has no loops and at most one edge connecting any pair of vertices

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

What are the points on a graph called?

A

Vertices or nodes

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

What are the lines called on a graph?

A

Edges or arcs

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

What is a network?

A

A graph with weighted edges

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

What is a degree or order of valency?

A

The number of edges connected to a vertex.

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

What is an isomorphic graph?

A

An Isomorphic graph are graphs which show the same info but may be drawn differently.

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

What is a walk?

A

A sequence of edges where the end vertex of one edge is the start vertex of the next.

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

What is a trail?

A

A trail is a walk where none of the edges are repeated.

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

What is a path?

A

A path is a trail where none of the vertices are repeated

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

What is a cycle or circuit?

A

A closed path ie the end of the path joins back to the beginning.

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

What is the Handshake Lemma?

A

In any undirected graph, the sum of the degrees of the vertices is equal in o 2x the the no. of edges, as a consequence the no. of odd vertices must be even.

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