Graph Theory Flashcards

(33 cards)

1
Q

Planar Graph

A

No edges intersect or corss except at vertices

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

Faces

A

outside is also a face

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

Euler’s formula

A

v-e+f=2

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

What is a walk

A

Sequence of edges

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

open walk

A

walk that starts and finish at different vertices

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

Closed walk

A

Walk that starts and finishes at same vertex

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

What is trail

A

trail is walk with no repeated edges

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

Closed trail

A

trail that starts and ends at same vertex

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

What is a path

A

Path is walk with no repeated edges and no repeated vertices

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

Open path

A

Path is walk with no repeated edges and no repeated vertices and doesnt end at same vertices

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

Closed path

A

Path is walk with no repeated edges and no repeated vertices and end at same vertices

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

What is a cycle

A

cycle is path with no repeated edges and no repeated vertices that start and end at same vertex. Important that no repeated stuff except for start and end vertices

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

What is a transversible graph and rules

A

has trail that includes every edge, rules 2 vertices odd or everything even.

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

What is a eulerian graph

A

Eulerian if it has closed trail that includes every edge nonly once. to be eulerian graph must be connected and havel all vertices to be even degree

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

What is semi elulerian

A

has open trail that includes every edge only once. to be semi eulerian graph must be connected, have exactly 2 odd vertices. Eulerian trail must start and finish at odd dgrees

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

Hamiltonian path

A

involves all vertices but not neccessarily all edges.

17
Q

Djikistra algorithm

A

shortrst route between 2 vertices

18
Q

Hamiltonian cycle

A

Hamiltonian path that starts and finishes at same vertices

but note that Hamiltonian cycle does not have to involve all edges

19
Q

What is transversible graph

A

A traversable graph has a trail that includes every edge in the graph

20
Q

Rules for tansversable graph

A

must be connected,
all vertices are of even degree; or
exactly two vertices are of odd degree and the rest are of even degree.
a traversable graph will have either a trail (open or closed) or a cycle that involves the
use of every edge in the graph

21
Q

Is a grapg more than two vertices transversible

22
Q

What is a Eulerian Graph

A

s Eulerian if it has a closed trail that includes every edge once only, To be Eulerian, a graph must:
be connected
have all vertices of an even degree.
An Eulerian graph can start at any vertex and will also finish at that vertex.

23
Q

What is a Semi Eulerian Graph

A

s semi-Eulerian if it has an open trail that includes every edge
once only. The trail in an Eulerian graph is called an Eulerian trail.To be semi-Eulerian, a graph must:
be connected.
have exactly two vertices of an odd degree.
An Eulerian trail must start at one of the odd degree vertices and will finish at the other
odd degree vertex.
Hint: Remember that Eulerian graphs a

24
Q

What is a Hamiltonian Path

A

h involves all the vertices but not
necessarily all the edges

24
Conditions to ve semi eulerian
To be semi-Eulerian, a graph must:  be connected.  have exactly two vertices of an odd degree. An Eulerian trail must start at one of the odd degree vertices and will finish at the other odd degree vertex. Hint: Remember that Eulerian graphs a
25
What is Hamiltonian Cycle
Hamiltonian cycle is a Hamiltonian path that starts and finishes at the same vertex.
26
Weighted Graph
A weighted graph is a graph where a number is associated with each edge. These numbers are called weights.
27
Network
weighted graph in which the weights are physical quantities, for example, distance, time, cost
28
Disconnected graph
A disconnected graph has at least one pair of vertices between which there is no path.
29
Simple Grpah
a graph that does not have loops and does not have multiple edges.
30
Complete graph
A complete graph has every vertex connected to every other vertex by an edge.
31
Subgrapg
ubgraph is a graph that is part of a larger graph and has some of the same vertices and edges as that larger graph
32
What is a bridge
A bridge is a single edge in a connected graph that if removed leaves the graph disconnected.