Introductory To Graphs Flashcards

1
Q

two vertices x, y ∈ V are adjacent

A

xy is an edge.

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

v is said to be incident on
e and e is said to be incident on v.

A

vertex v is an endpoint of the edge e

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

loop

A

an edge that joins the vertex v with
itself.

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

proper edge

A

an edge that joins two different endpoints

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

simple graph

A

A graph with no loops

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

G′ = (V

, E′
) is called subgraph of G

A

if V
′ ⊆ V and E
′ ⊆ E

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

spanning subgraph of the graph G

A

a subgraph that contains all the
vertices of G

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

graph G is called complete

A

if xy ∈ E for all x, y ∈ V , x ̸= y

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

degree of a vertex v

A

the number of edges of G incident on v

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

trail

A

a walk in which all the edges (but not necessary the vertices)
are distinct.

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

path

A

a walk in which all vertices (and implicitly all edges) are
distinct, except the first and the last, which can sometimes coincide.

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

cycle

A

is a closed path

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

distances between 2 vertices

A

the minimum of the lengths of all (x, y)

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