Simple Graph Flashcards

1
Q

It is a collection of points called vertices or nodes and line segments or curves called edges that connect the vertices.

A

Graph

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

A ____ is an edge connecting a vertex to itself.

A

loop

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

A ___________ is a 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
4
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
5
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
6
Q

A ______ is an alternating sequence of vertices and edges. It can be seen as a trip from one vertex to another using the edges of a graph.

A

Path

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

If a path begins and ends with the same vertex, it is a closed path or a __________.

A

circuit or cycle

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

A graph is ________ 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
9
Q

A _______ is 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
10
Q

The _______ of a 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
11
Q

The idea is to color the vertices or edges of a graph in such a way that adjacent vertices or concurrent edges are given different colors.

A

graph coloring

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

The 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
13
Q

A graph is 2-colorable if andonly if it has 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
14
Q

The chromatic number of a 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
15
Q

A map can be represented by a graph with the different regions as vertices. Two regions are __________ if they share part of their boundaries.

A

adjacent

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

The graph representing a map is _______. Hence, it needs only 4 colors.

A

planar

17
Q
  • a path that passes through every edge exactly once only
  • a path that contains all the edges of the graph
  • begin and end with the odd-degree vertices
A

Euler path

18
Q

A graph has an _________ if and only if no more than two of its vertices have odd degree.

A

Euler path

19
Q

An ____________of a graph is a closed path that contains all the edges of the graph.

A

Euler circuit

20
Q

A graph that has an Euler circuit is called _______.

A

Eulerian

21
Q

A ____________ is Eulerian if and only if each vertex
has even degree.

A

connected graph

22
Q

A __________________ of a 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 ______________.

A

Hamiltonian cycle

24
Q

If a graph has a Hamiltonian cycle, it is called
______________.

A

Hamiltonian

25
Q

Every ________________ with more than two vertices has a Hamiltonian circuit. Furthermore, the number of Hamiltonian circuits in a complete graph with n vertices is (n-1)!.

A

complete graph

26
Q

are the same if they pass through the same vertices in the same order, regardless of the vertex where they begin and end.

A

Two Hamiltonian circuits

27
Q

A ______ is a graph in which any two vertices are
connected by exactly one path.

A

tree

28
Q

What are the 4 Properties of Trees?

A
  1. A tree has no circuits.
  2. Trees are connected graphs.
  3. Every edge in a tree is a bridge.
  4. A tree with n vertices has exactly n-1 edges.
29
Q

a ________ is an undirected, disconnected, acyclic graph.

A

forest

30
Q

A __________ for a graph is a tree that results from
the removal of as many edges as possible from the
original graph without making it disconnected.

A

spanning tree

31
Q

A _____________ tree for a weighted graph is the
spanning tree for the graph that has the smallest
possible sum of the weights.

A

minimum spanning

32
Q

A ________ tree must have one fewer edge than
the number of vertices.

A

minimum spanning

33
Q

A graph is _________ if it can be drawn in such a way that no
edges cross. This means that any two edges can meet
only at an endpoint.

A

planar