Decision Maths Definitions

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

1/10

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What is a graph?

Consists of a set of vertices or nodes.

These vertices can be connected by edges or arcs.

2
New cards

What is the degree/order of a vertex?

The number of edges coming out of it. If the degree of a vertex is even we call it an even vertex. If the degree of a vertex is odd we call it an odd vertex.

3
New cards

What are Isomorphic graphs?

Two graphs are isomorphic if there is a one-to-one correspondence between their vertices which preserves adjacency. (The same graph, possibly laid out and/or labelled differently.)

4
New cards

What is a subgraph?

A graph whose edges and vertices are contained within the main graph.

5
New cards

What is a walk?

A sequence of connecting edges in a given graph.

6
New cards

What is a trail?

A walk in which no edge is listed more than once.

7
New cards

What is a path?

A walk in which no vertex is visited more than once

8
New cards

What is a cycle?

A path that finishes where it started

9
New cards

What is a connected graph?

A graph where there is a path to all of its vertices

10
New cards

What is a simple graph?

A graph where there are no loops or repeated edges

11
New cards

What is a tree?

A connected graph with no cycles