Decision 1 - Graph Definitions

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Graph theory definitions from decision 1 maths edexcel.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Graph

Consists of points (called vertices or nodes) which are connected by lines (edges or arcs)

2
New cards

Subgraph

A graph where each of the vertices belongs to the original graph and each of the edges belongs to the original graph.

3
New cards

Degree, Valency, Order

Number of edges incident to the vertex.

4
New cards

Walk

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

5
New cards

Path

A walk in which no vertex is visited more than once

6
New cards

Trail

A walk in which no edge is visited more than once

7
New cards

Cycle

A walk where the end vertex is the same as the start vertex and no other vertex is visited more than once.

8
New cards

Hamiltonian Cycle

A cycle that includes every vertex

9
New cards

Euler’s Handshaking Lemma

In un-directed graph, sum of degrees of vertices = 2 x number of edges. Number of odd nodes must be even.

10
New cards

Simple Graph

No loops and at most one edge connecting any pair of vertices

11
New cards

Tree

Connected graph with no cycles

12
New cards

Spanning Tree

Sub-graph includes all the vertices of the original graph and is a tree

13
New cards

Isomorphic graphs

Shows the same information but may be drawn differently

14
New cards

Adjacency Matrix

Describes the number of arcs joining the corresponding vertices

15
New cards

Distance Matrix

Entries represents the weight of each arc