Graphs Flashcards

1
Q

What does a graph consist of?

A

A Graph consists of vertices and edges.

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

What is a Trail?

A

A trail is a sequence of edges in which the end of one edge is the start of the next, and where no edge is repeated.

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

What is a Path?

A

A path is a trail with the further restriction that no vertex is repeated.

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

What is a Cycle?

A

A closed path.

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

What is a Connected Graph?

A

A graph is connected if there exists a path between every pair of vertices

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

What is a Simple Graph?

A

A simple graph is one that has no multiple edges or loops.

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

What is a Tree?

A

A tree is a simple connected graph with no cycles

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

What is the degree of a vertex?

A

The degree of a vertex is the number of edges that join it.

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

What is a Eulerian Graph and semi-Eulerian Graph?

A

A graph is Eulerian is it contains a closed trail that includes all the edges. It is semi-Eulerian if there is a trail that includes all the edges but it isn’t closed.

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

What is a Hamiltonian Graph?

A

A graph is Hamiltonian if it contains a cycle that visits all of the vertices exactly once.

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

What is a Planar Graph?

A

A graph is planar if it can be distorted in such a way that its edges do not cross.

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

What is Euler’s formula?

A

F-E+V=2

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

What is an Adjacency Matrix?

A

An Adjacency matrix shows the number of edges connecting any two vertices.

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

What is a Complete Graph?

A

A complete graph is one where every two vertices share exactly one edge (and where there are no loops)

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

What is the Complement of a simple graph?

A

Tee complement of a simple graph is obtained by adding in the edges necessary to make a complete graph, and then removing the original edges

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

What is Subdivision?

A

A Subdivision of a graph is obtained by inserting a new vertex into an edge

17
Q

What is a Bipartite Graph?

A

A Bipartite graph contains two sets of vertices, with edges joining a vertex in one set to a vertex in the other.

18
Q

What does it mean for Graphs to be Isomorphic?

A

Two graphs are isomorphic if one can be distorted in some way to produce the other

19
Q

What is Kuratowski’ Theorem?

A

Kuratowski’s theorem says that a graoh is non-planar if and only if it contains a subgraph that is a subdivision of either K₃,₃ or K₅ .

20
Q

What does it mean for graphs to be planar?

A

A graph is said to be planar if it can be distorted in such a way that its edges do not cross