D1: Graph Theory + Definitions

studied byStudied by 6 people
0.0(0)
get a hint
hint

graph

1 / 37

38 Terms

1

graph

a mathematical model that consists of arcs/edges and nodes/vertices

New cards
2

network

a weighted graph i.e. a graph with numbers associated to its edges

New cards
3

vertex set

list of all the vertices in a given graph

New cards
4

edge set

a list of all the edges in a given graph

New cards
5

subgraph

A part of the original graph (vertices and edges also belong to original graph)

New cards
6

degree/valency/order of a vertex

number of edges incident to it

New cards
7

walk

a route through a graph along edges from one vertex to the next

New cards
8

path

a walk with no repeated vertices

New cards
9

trail

a walk with no repeated edges

New cards
10

cycle

a walk in which the end vertex is the same as the start vertex and no other vertex is visited more than once (or a trail that starts and ends at the same vertex)

New cards
11

Hamiltonian cycle

A cycle that visits every vertex of a graph

New cards
12

two vertices are connected if...

...there is a path between them

New cards
13

a graph is connected if...

...all its vertices are connected

New cards
14

loop

an edge that starts and finishes at the same vertex

New cards
15

how does a loop affect the degree of a vertex

the vertex the loop originates from has a degree of 2 and not 1 due to it. this is because the loop is incident at the vertex twice.

New cards
16

simple graph

a graph with no loops or multiple edges between vertices

<p>a graph with no loops or multiple edges between vertices</p>
New cards
17

directed graph (digraph)

a graph with a direction associated with the edges

New cards
18

Euler's handshaking lemma

in any undirected graph, the sum of the degrees of the vertices is equal to 2x the number of edges. As a consequence, the sum of the degrees must always be even.

<p>in any undirected graph, the sum of the degrees of the vertices is equal to 2x the number of edges. As a consequence, the sum of the degrees must always be even.</p>
New cards
19

how is euler's handshaking lemma used?

to determine whether a graph can exist - if the sum of the degrees is odd, that implies the number of edges is not an integer which is impossible

New cards
20

in any undirected graph there must be...

an even amount of vertices with an odd degree

<p>an even amount of vertices with an odd degree</p>
New cards
21

tree

a simple connected graph with no loops or circuits

New cards
22

spanning tree

a tree which includes all the vertices of the graph

New cards
23

complete graph

a graph where every vertex is directly connected by a single edge to each and every other vertex

New cards
24

how is a complete graph denoted?

Kₙ where n is the number of vertices in the graph

New cards
25

isomorphic graphs

graphs that show the same information but are drawn differently

New cards
26

what makes two graphs isomorphic?

- they have the same number of vertices with the same degree

- the vertices are connected in the same way

- the vertices may have different labels as they are not the same graph but still an equivalence

New cards
27

adjacency matrix

a matrix that provides information about the connections between the vertices in a graph

New cards
28

what should each entry be for the adjacency matrix of an unweighted graph?

the number of arcs joining two points

New cards
29

describe how a loop from point A to A is depicted in an adjacency matrix for an undirected graph

it counts as two arcs as they can go in either direction ∴ the entry would be 2

(it is a similar principle to how e.g. AB could be 1 ∴ BA would also be 1)

New cards
30

distance matrix

the matrix associated with a weighted graph

New cards
31

what should each entry be for a distance matrix?

the weight of the arc joining two nodes

New cards
32

what if there are multiple arcs joining two vertices in a weighted graph? what should the entry be in the distance matrix + why?

the smallest weight; this is because when an algorithm is applied to the matrix to e.g. find the shortest route, the least value is desired.

New cards
33

minimum spanning tree (MST)

a spanning tree such that the total length of its edges is as small as possible

New cards
34

what is another name for a minimum spanning tree?

minimum connector

New cards
35

Eulerian circuit

A trail that starts and ends at the same vertex and traverse every arc no more than once

New cards
36

Semi-eulerian circuit

A trail that traverses every arc no more than once, but doesn’t start and end at the same vertex

New cards
37

Traits of a Eulerian graph

  • all vertices are even

  • connected

  • contains a Eulerian circuit

New cards
38

Traits of a semi-Eulerian graph

  • exactly two vertices are odd

  • connected

  • contains a semi-Eulerian circuit

New cards

Explore top notes

note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 2072 people
Updated ... ago
5.0 Stars(3)
note Note
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 320 people
Updated ... ago
4.0 Stars(4)
note Note
studied byStudied by 66 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 32 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 15 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 57079 people
Updated ... ago
4.9 Stars(319)

Explore top flashcards

flashcards Flashcard35 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(3)
flashcards Flashcard33 terms
studied byStudied by 109 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard76 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard37 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard93 terms
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard35 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard33 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard46 terms
studied byStudied by 51 people
Updated ... ago
5.0 Stars(2)