graph Flashcards

1
Q

Circuit

A

starts and ends in the same vertex

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

Path

A

any path between two vertices

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

Euler

A

Goes through every edge in the graph

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

Hamilton

A

goes through every vertex in the graph.

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

simple graph

A

not more than two edges connecting the same vertices

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

Kn

A

Complete graph:

every vertex is connected to every other vertex

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

Cn

A

Cycle:

triangle, square, pentagon, hexagon,

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

Bipartite graph:

A

V1 and V2, each edges ONLY connects one V1 element, and one V2 element.

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

How to determine if bipartite:

A

A graph is bipartite if and only if it is not possible to start
at a vertex and return to this vertex by traversing an odd
number of distinct edges.
ODD: not bipartite

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

strongly connected:

A

There is a path to every vertex from every vertex, otherwise weakly connected
if there’s “two” graph, not weakly connected

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

Euler circuit

A

Exists when it only has even degree vertices

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

Euler path

A

Exists if there is only two vertices of odd degree

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

Hamilton circuit

A

If G is a simple graph with n ≥ 3, then G has a Hamilton circuit
if the degree of each vertex is at least n/2

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

hamilton path:

A

If G is a simple graph with n ≥ 3, then G has a Hamilton circuit if
d(u) + d(v) >= n for every pair of non adjacent vertices u and v

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

K m,n

A

every vertex of V1 (m) goes to every element of V2 (n)

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