Math: Graph Theory

studied byStudied by 35 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 29

30 Terms

1

Trail

A walk in which no edge is repeated

New cards
2

Path

A walk in which no edge or vertex is repeated

New cards
3

Circuit

A trail that starts and finishes at the same vertex

New cards
4

Cycle

A circuit in which no vertex is repeated

New cards
5

Graph

A collection of vertices connected by edges, used to represent relationships in various structures.

New cards
6

Vertices

The fundamental units of a graph, representing points or nodes that can be connected by edges.

New cards
7

Edges

Connections between vertices in a graph, representing relationships or paths.

New cards
8

Walk

A sequence of vertices in a graph where each adjacent pair is connected by an edge. A walk can revisit vertices and edges.

New cards
9

Adjacency table

A data structure used to represent a graph, where each row and column corresponds to a vertex, indicating whether pairs of vertices are adjacent.

New cards
10

Connected graph

A graph in which there is a path between every pair of vertices, ensuring that all vertices are reachable from one another.

New cards
11

Subgraph

A graph formed from a subset of the vertices and edges of a larger graph, maintaining the connections between the chosen vertices.

New cards
12

Unconnected graph

A graph that consists of two or more components, meaning there are at least two vertices that are not connected by a path.

New cards
13

Direct

a graph where there is a directed edge between pairs of vertices, indicating a one-way relationship.

New cards
14

Connected

A type of graph in which there is a path between every pair of vertices, ensuring all vertices are reachable from one another.

New cards
15

Strongly connected

A directed graph where there is a directed path from every vertex to every other vertex. This means every pair of vertices is mutually reachable.

New cards
16

Degree

The number of edges incident to a vertex in a graph, indicating how many connections it has.

New cards
17

Even degree

A vertex in a graph has an even degree if it is connected to an even number of edges.

New cards
18

In degree

The number of edges directed into a vertex in a directed graph.

New cards
19

Out degree

The number of edges directed away from a vertex in a directed graph.

New cards
20

Loop

An edge from a vertex back to itself

New cards
21

Simple graph

One with no loops or multiple edges

New cards
22

Multigraph

Multiple edges between vertices

New cards
23

Tree

A connected graph with no cycles.

New cards
24

Eulerian circuit

A circuit which transverses every edge exactly once

New cards
25

Eulerian trail

A trail which transverses every edge exactly once, but does not start and end at the same vertex

New cards
26

A connected graph is Eulerian if…

there are no vertices of odd degree

New cards
27

A connected graph is semi-Eulerian if..

there are exactly two vertices of odd degree

New cards
28

Hamiltonian cycle

A cycle which visits each vertex exactly once

New cards
29

Hamiltonian path

A path which visits each vertex exactly once, but doesn’t start and end at the same vertex

New cards
30

Walk

A sequence of vertices such that each successive pair of vertices is adjacent

New cards
robot