Decision Flashcards

1
Q

Loop

A

An edge that starts and ends at the same vertex

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

Order(degree)

A

Number of edges at a vertex(can be odd or even)

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

Simple

A

Has a maximum of one edge between each between each pair of vertices and no loops

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

Graph

A

A set of vertices and edges

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

Path

A

Is a walk where no vertex is visited more than once

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

Walk

A

Is a route along edges of a graph from one vertex to the next

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

Trail

A

Is a walk where no edge is visited twice

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

Cycle

A

Is a walk with the same end and start vertex without visiting any other vertex more than once

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

Hamiltonian cycle

A

Cycle that goes through each vertex exactly once before returning

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

Connected

A

Joined up has a trail or path between any two vertices in the graph

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

Eulerian

A

Can be drawn without taking the pen off the page starting and finishing at the same vertex (all vertices have even order)

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

Semi-emulation

A

Can be drawn without taking pen off page starting and finishing at different vertices( exactly two vertices have odd order)

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

Subgraph

A

A graph that is part of another graph

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

Subtree

A

A subgraph that is a tree

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

Spanning tree

A

A subtree that contains all vertices of the original graph

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

Minimum spanning tree

A

Minimum connector a spanning tree that has a minimum possibility (total weight)
A connected subgraph with no cycles and the minimum total weight ( simple