Graph Theory Flashcards

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
Q

Bridge

A

Any edge in a connected graph which, when removed, leaves the graph disconnected

26
Q

Complete Graph

A

A simple graph in which every vertex is connected to every other vertex by a single edge

27
Q

Planar Graph

A

A graph that can be drawn in the plane, without its edges crossing over

28
Q

Eulers Rule

A

F + V = E + 2

29
Q

Subgraph

A

A selection of edges and vertices from a main graph

30
Q

Tree

A

Any connected simple graph that contains no cycles

31
Q

Bipartite

A

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
Q

Degree or Order of a Vertex

A

The number of edges meeting at that vertex

33
Q

Odd Vertices

A

The order of a vertex is an odd number

34
Q

Even Vertices

A

The order of a vertex is an even number

35
Q

In-Degree

A

The number of edges coming into the vertex

36
Q

Out-Degree

A

The number of edges coming out of the vertex

37
Q

Traversable Networks

A

The network must be connected and have either zero or two odd vertices

38
Q

Eulerian Trail

A

A trail in a connected graph that travels every edge only once - Repeated vertices permitted

39
Q

Eulerian Circuit

A

A closed eulerian trail

40
Q

Semi Eulerian Trail

A

An open eulerian trail

41
Q

Hamiltonian Path

A

A path in a connected graph that visits every vertex in the graph only once

42
Q

Hamiltonian Cycle

A

A closed hamiltonian path

43
Q

Semi Hamiltonian

A

An open hamiltonian path