Final Flashcards

1
Q

A vertex set 𝑉

A

A collection of points,vertices are dots,

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

An edge set 𝐸

A

A collection of unordered pairs of vertices representing connections between them
edges are lines connecting these dots.

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

A walk from vertex
𝑣1To 𝑣𝑛
​

A

is a sequence of edges

{V1,V2}{V2,V3},…{Vn-1,Vn}

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

A circuit is a walk where the start and end vertices are the same:

A

A circuit is a walk where the start and end vertices are the same:

V1=Vn

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

A path

A

is a walk in which no vertex is revisited

Vi/=Vj for all i and j

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

Cycle:

A

A cycle is a special type of circuit with these properties:
It starts and ends at the same vertex (𝑣
1
=
𝑣
𝑛
v
1
​
=v
n).

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

A walk vs A path

A

A walk may revisit vertices and edges, while a path cannot revisit vertices.

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

A circuit and a cycle

A

A circuit revisits the starting vertex and has a direction, while a cycle is undirected and only revisits the start/end vertex.

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

A path from x to y is a walk in G that has no repeated veritices

A

A path from x to y is a walk in G that has no repeated veritices

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

A trail from x to y is an open walk in G in which each edge appears no more than it multiplicity

A

A trail from x to y is an open walk in G in which each edge appears no more than it multiplicity

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

A circuit from x to x is a closed walk in G in which each edge appears no more than its multiplicity

A

A circuit from x to x is a closed walk in G in which each edge appears no more than its multiplicity

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

Euler Trail

A

Visit every edge exactly one, doesn’t necessarily start and end at the same vertex

The graph must be connected
Has exactly 2 vertices must have an odd degree

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

Euler circuit

A

Visit every edge once
Starts and ends at the same vertex
Graphs must be connected
Vertices have an even degree

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