Graph Theory Flashcards

(43 cards)

1
Q

Graph Theory

A

Study of diagrams - networks, graphs

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

Vertices/nodes

A

Points on the graph

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

Edges/arcs

A

Lines that join vertices

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

Faces/regions

A

Area enclosed by edges

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

Loop

A

An edge that starts and ends at the same vertex

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

Multiple Edges

A

Two or more edges connecting the same two vertices`

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

Adjacent Vertices

A

Vertices that are connected by an edge

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

Weighted Graph/Networks

A

Graphs that have amounts/distances on each edge

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

Digraphs

A

Graphs that have directed edges/arcs

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

Undirected Graphs

A

Graphs with no directed edges

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

Simple Graph

A

An undirected graph with no loops and no multiple edges

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

Simple Weighted Graphs

A

An undirected graph with no loops and no multiple edges

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

Walk

A

A sequence of vertices for which each vertex in the sequence is joined to the next vertex by an edge - Can include repeat edges and vertices

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

Closed Walk

A

A walk that finishes at the same vertex

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

Open Walk

A

A walk that starts and finishes at different vertices

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

Path

A

A walk that involves no repeat use of edges and no repeat use of vertices

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

Open Path

A

A path that starts and finishes at different vertices

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

Closed Path - Cycle

A

A path that starts and finishes at the same vertex

19
Q

Length

A

The number of edges the walk, path or cycle uses

20
Q

Trail

A

A walk having no repeated edges (can revisit vertices)

21
Q

Closed Trail

A

A trail that starts and finishes at the same vertex

22
Q

Connected Vertices

A

When a path exists from one vertex to another

23
Q

Adjacent Vertices

A

Two vertices connected by a path with only one edge

24
Q

Connected Graph

A

When every vertex is connected to at least one other vertex

25
Bridge
Any edge in a connected graph which, when removed, leaves the graph disconnected
26
Complete Graph
A simple graph in which every vertex is connected to every other vertex by a single edge
27
Planar Graph
A graph that can be drawn in the plane, without its edges crossing over
28
Eulers Rule
F + V = E + 2
29
Subgraph
A selection of edges and vertices from a main graph
30
Tree
Any connected simple graph that contains no cycles
31
Bipartite
A graph in which the vertices can be divided into two disjoint sets such that each edge joins a vertex from one group to a vertex from the other group
32
Degree or Order of a Vertex
The number of edges meeting at that vertex
33
Odd Vertices
The order of a vertex is an odd number
34
Even Vertices
The order of a vertex is an even number
35
In-Degree
The number of edges coming into the vertex
36
Out-Degree
The number of edges coming out of the vertex
37
Traversable Networks
The network must be connected and have either zero or two odd vertices
38
Eulerian Trail
A trail in a connected graph that travels every edge only once - Repeated vertices permitted
39
Eulerian Circuit
A closed eulerian trail
40
Semi Eulerian Trail
An open eulerian trail
41
Hamiltonian Path
A path in a connected graph that visits every vertex in the graph only once
42
Hamiltonian Cycle
A closed hamiltonian path
43
Semi Hamiltonian
An open hamiltonian path