Graph Theory Flashcards

0
Q

Degree/order

A

The number of edges a vertex is connected to

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

Simple graph

A

A graph that has no loops

It also has at most one edge between each pair of vertices

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

Directed graph/digraph

A

A graph who’s edges have a direction

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

Complete graph

A

A graph where every vertexes connected to every other vertex

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

Formula for total number of edges in a complete graph

A

n(n-1)/2

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

Trail

A

A journey along the edges of a graph, with no edge included more than once

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

Path

A

A trail where no vertex is visited more than once (except for the starting vertex)

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

Cycle

A

A closed path with at least one edge

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

Hamiltonian cycle

A

A cycle that visits every vertex

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

Eulerian trail

A

A trail that includes every edge

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

Eulerian graph

A

A graph that possesses a closed Eulerian trail

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

Semi-Eulerian

A

A graph that possesses a non-closed trail that uses all its edges

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

Traversable

A

A graph that can be drawn without lifting your pen off the page

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

Formula for the maximum number of Hamiltonian cycles in a graph with n nodes

A

(n-1)!/2

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

Formula for the maximum number of Hamiltonian cycles in a Diagraph with n nodes

A

(n-1)!

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