Graph Theory Flashcards

1
Q

Points are normally called…

A

Vertices or Nodes

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

Lines are called…

A

Edges or Arcs

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

The graph is called a NETWORK (or weighted graph) if…

A

the graph has a number linked to each edge

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

two vertices are connected if…

A

there is an edge joining them

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

a graph is connected if…

A

all pairs of vertices are connected

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

a simple graph is…

A

one in which there is no loops and at most one edge connects any pair of vertices

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

the DEGREE or ORDER of a vertex is…

A

the number of edges connected to the vertex

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

a graph that has directed edges is called a…

A

directed graph or diagraph

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

a complete graph (Kn) is..

A

a graph in which every vertex is connected by an edge to each of the other vertices

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

what is a Bipartite Graph?

A

has two sets of vertices and the edges only connect vertices from one set to the other

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

a trail is…

A

a sequence of edges of a graph such that the second vertex of each edge is the first vertex of the next edge

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

a path is…

A

a trail such that no vertex is visited more than once

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

a cycle is…

A

a closed path with at least one edge

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

a Hamiltonian Cycle is…

A

a cycle that visits every vertex of a graph

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

a Eulerian trail is …

A

a trail that uses all of the edges of a graph

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

a tree is…

A

a connected graph with no cycles