Graph Theory Flashcards

(24 cards)

1
Q

Trail

A

Walk with no repeated edges

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

Walk

A

The sequence of vertices and edges that helps travel from a vertex to any other vertex on a graph

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

Path

A

A walk with no repeated vertices except the initial one

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

Terminal Vertices

A

The endpoint of a walk

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

Closed walk

A

When initial vertex and terminal vertex and the same

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

Circuit

A

A closed trail

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

Cycle

A

A closed path

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

Circuitless graph

A

A graph with no circuits

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

Length of walk

A

total # of edges that you go over

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

Circuitless Thereom

A

iff there are no loops and there is at most 1 path between any 2 verticies

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

Bipartitied

A

simple graph G iff it does not include an odd-length cycle

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

Connected verticies

A

If there is a walk between them

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

connect graph

A

If a vertices are connect vertices

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

cut vertex

A

If the removed vertex causes a connect graph to become disconnected

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

cut edge

A

If the removed edge causes a connect graph to become disconnected

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

Euler walk

A

walk that uses each edge exactly once

17
Q

Euler graph

A

graph has Euler circuit

18
Q

Euler walk theorem

A

It has exactly 2 vertices of odd degree

19
Q

Euler circuit theorem

A

iff Every vertex has even degree

20
Q

Hamilton path

A

A path that uses every vertex in graph exactly once

21
Q

Hamilton cycle

A

A cycle that uses every vertex in graph exactly once

22
Q

Hamilton graph

A

a graph containing a Hamilton cycle

23
Q

Hamilton cycle theorem (degree)

A

simple graph G with n >= 3 vertices such that the degree of each vertex is at least n/2 then G in Hamilton cycle

24
Q

Hamilton cycle theorem (adjacent)

A

n>=3 and deg(u) + deg(v) >= n for every non-adjacent vertices u & v, then G has Hamilton Graph