Further Maths Discrete / Statistics: Graphs and networks Section 1: Definitions

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

1/16

flashcard set

Earn XP

Description and Tags

Mr Qureshi Statistics Further Maths

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Loop

an edge with the same vertex at both ends.

2
New cards

Edges / Arcs

Set of lines connecting edges

3
New cards

Vertices / Nodes

Edges on a graph

4
New cards

Degree / Order (of a vertex)

the number of edges incident on it

5
New cards

Adjacency Matrix

A way of representing a graph
shows the number of edges that connect each vertex directly with another vertex.

<p>A way of representing a graph<br>shows the number of edges that connect each vertex directly with another vertex.</p>
6
New cards

Trail

a sequence of edges in which the end of one edge (except the last) is the beginning of the next, and no edge is repeated

7
New cards

Cycle

a closed trail in which no vertex is repeated

8
New cards

Closed Cycle

the final vertex is the same as the start vertex

9
New cards

Hamiltonian cycle

a cycle which visits every vertex. Since a cycle is defined as a trail in which no vertex is repeated, a Hamiltonian cycle visits each vertex exactly once.

10
New cards

Connected Graph

one in which every vertex is joined, directly or indirectly, to each of the other vertices.

11
New cards

Simple Graph

a graph with no loops and no multiple edges

12
New cards

Simple-connected Graph

a graph that is both simple and connected.

13
New cards

A complete graph with n vertices is denoted by Kn and has

knowt flashcard image
14
New cards

Tree

a simple-connected graph with no cycles.
A tree with n vertices has n −1 edges.

15
New cards

Bipartite Graph

a graph whose vertices are divided into two distinct sets. All edges go from a vertex in one set to a vertex in the other set.

16
New cards

Digraph

one or more edges that are directed: these edges have an arrow to indicate that you can only go in one direction.a graph whose vertices and edges form subsets of the vertices and edges of a given graph.

<p>one or more edges that are directed: these edges have an arrow to indicate that you can only go in one direction.a graph whose vertices and edges form subsets of the vertices and edges of a given graph.</p>
17
New cards

Subgraph

a graph whose vertices and edges form subsets of the vertices and edges of a given graph.