Graph theory Flashcards

(22 cards)

1
Q

Simple graph

A

No loops or multiple edges

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

Handshaking lemma

A

The total degree of a graph equals twice the number of edges

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

Isomorphic graph

A

2 graphs have one to one correspondence between their vertices

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

Connected graph

A

A path between each vertex

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

Euler trail

A

A walk that uses every edge in n the grain exactly once

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

A walk that uses edge once and starts and ends on the same vertex

A

Euler circuit

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

Euler theory

A

A connected graph had an Euler trail if it has zero or 2 vertex of odd degree

A connected graph has a Euler circuit if it has all vertices of even degree

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

Hamiltonian path

A

A path the includes every vertex exactly once

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

Hamiltonian cycle

A

A walk that includes every path exactly once and starts and ends on the same vertex

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

Hamilton cycle theory

A

Every vertex has to have a degree of 2 or more

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

Regular graph

A

All the vertices have the same degree

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

Cycle graph

A

A walk that starts and ends of the same vertex and does not repeat any vertices or edges

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

Complete graph

A

A simple graph with an edge joining each pair of vertices

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

Complete graph theorems

A

When a graph has n vertices of all the same r degree, the number of edges is (nr)/2

A complete graph with n vertices has n(n-1)/2 edges

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

Bipartite graph

A

A graph whose vertices can be divided into 2 subsets in a way that every edge of the graph joins a vertex from subset 1 to subset 2

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

Complete bipartite

A

A Bipartite graph where every vertex and s1 coins to every vertex in S2 has vertices in s1x vertices in s2 number of edges

16
Q

Spanning tree

A

A subgraph that contains all the vertices off the original graph and is a tree

every connected graph has a spanning tree

16
Q

Tree

A

A single, connected path between every vertex

no loops

no multiple edges

no cycles

follow edges = n-1 vertices

17
Q

Planar Graph

A

Edges only intersect at vertices

18
Q

Euler’s formula

A

-For any connected planar V-E+F=2
-Outside counts as 1 face

19
Q

Platonic solid

A

A shape where each face has the same regular polygon and the same number of faces meet at each vertex. Euler’s formula applies for them.

20
Q

Theorums- Lesson 4

A

If a simple connected graph has vertices greater then or equal to 3, has e is less then or equal to 3V-6

Any triangle free connected planar graph with vertices greater then or equal to 3 has e is less then or equal to 2v-4