Graph theory IB AIHL

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Degree of vertex

Number of edges at a vertex

<p>Number of edges at a vertex</p>
2
New cards

Simple graph

a graph with no loops or multiple edges

3
New cards

connected graph

a graph such that there is a path going from any vertex to any other vertex

4
New cards

complete graph

A graph in which each of the n vertices is connected to every other vertex.

5
New cards

strongly connected

A directed graph is strongly connected if every two vertices are reachable from each other.

6
New cards

Adjacent edges

edges that share a common vertex

7
New cards

Adjacent vertices

Two vertices that are connected by an edge

8
New cards

Walk

Any sequence of adjacent edges

9
New cards

Trail

A walk with no repeated edges

10
New cards

Path

A walk with no repeated vertices

11
New cards

Cycle

A walk starting and ending at the same vertex (closed path)

12
New cards

Circuit

Like a cycle but no repeated edges (closed trail)

13
New cards

Tree

A connected undirected graph with no cycles.

14
New cards

Adjacency matrix

A matrix which records the number of direct links between vertices. From row to column

15
New cards

Eulerian graph

A graph with no odd vertices

16
New cards

Eulerian circuit

A circuit that contains every edge of a graph

17
New cards

Hamiltonian path

A path that visits every vertex of the graph exactly once

18
New cards

Weighted graph

A graph with numbers assigned to its edges.