Graphs Flashcards

0
Q

Simple graphs have no

A

Loops or duplicate arcs

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

A graph is connected if

A

A node is connected to every other node by a series of arcs.

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

A trail is

A

A route along connected arcs

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

How many arcs does a tree with x nodes have?

A

x-1

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

What is a closed trail?

A

A trail where the start and end nodes are the same.

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

What is a cycle?

A

A closed trail where ONLY the start and end nodes are visited more than once.

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

Will a graph have an even or odd number of odd nodes?

A

Even

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

What is an Eulerian graph?

A

A connected graph with a closed trail containing each arc once

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

What is the order of all nodes of an Eulerian graph- even or odd?

A

Even

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

What is a semi-eulerian graph?

A

An unclosed trail containing each node once.

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

How many odd nodes does a Semi-Eulerian graph have?

A

2

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

What is a tree?

A

A graph with no cycles

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

A path is a trail where

A

No arc is visited more than once

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

What is a planar graph?

A

A graph where the arcs do not cross.

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

A complete graph is one where…

A

Every node is connected to every other node

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