Simple Graph Theory Concepts Flashcards

1
Q

collection of points called vertices or nodes

A

graph

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

line segments or curves that connect
the vertices.

A

edges

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

an edge connecting a vertex to itself.

A

loop

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

graph that has an edge
connecting every pair of vertices.

A

complete graph

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

Two vertices are ______ if there is an edge joining
them.

A

adjacent

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

Graphs are considered as ______ if they have same
vertices connected in the same way.

A

equivalent

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

alternating sequence of vertices and edges.

A

path

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

If a path begins and ends with the same vertex

A

closed path or a circuit or cycle

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

if for any two vertices, there is at
least one path that joins them.

A

connected

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

an edge that when you remove makes the
graph disconnected.

A

bridge

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

vertex is the number of edges attached
to it.

A

degree

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

to color the vertices or edges

A

graph coloring

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

smallest number of colors required to color the
vertices of a graph is the

A

chromatic number of the graph

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

no circuits that consist of odd number of
vertices.

A

2- Colorable Graph Theorem

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

planar graph is at most 4.

A

Four-Color Theorem

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

with the different regions as vertices.

17
Q

graph representing a map

18
Q

passes through every edge exactly once only

A

Euler path

19
Q

closed path that contains all the edges of the graph.

A

Euler circuit

20
Q

graph that has an Euler circuit

21
Q

each vertex has even degree.

A

connected graph

22
Q

graph is a path passing through each vertex of the graph exactly once.

A

Hamiltonian path

23
Q

If the path is closed, it is called

A

Hamiltonian cycle

24
Q

If a graph has a Hamiltonian cycle, it is called

A

Hamiltonian

25
Q

graph in which any two vertices are connected by exactly one path.