HL AI - Graph Theory

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

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:09 AM on 2/20/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Adjacency Matrix

a matrix which records the number of direct links between vertices

2
New cards

Adjacent Edges

edges that share a common vertex

3
New cards

Adjacent Vertices

two vertices connected by an edge

4
New cards

Circuit

a walk that begins and ends at the same vertex with no repeated edges (Eulerian Circuit)

5
New cards

Complete Graph

a simple graph in which every vertex is connected to every other vertex by an edge

6
New cards

Connected Graph

a graph in which every vertex is reachable from every other vertex

7
New cards

Cycle

a walk in which the end vertex is the same as the start vertex and no repeated vertices

8
New cards

Degree of a Vertex

the number of edges connected to that vertex

9
New cards

Directed Graph

a graph whose edges have an indicated direction

10
New cards

Eulerian Circuit

a circuit that contains every edge of a graph

11
New cards

Eulerian Trail

a trail that contains every edge of a graph

12
New cards

Graph

consists of a set of vertices and a set of edges

13
New cards

Hamiltonian Cycle

a cycle that includes every vertex of a graph once

14
New cards

Hamiltonian Path

a path that visits each vertex exactly once

15
New cards

In Degree / Out Degree

number of edges leading towards a vertex and away from

16
New cards

Loop

an edge that connects a vertex to itself

17
New cards

Minimum Spanning Tree

a spanning tree with the least total weight

18
New cards

Path

a walk with no repeated vertices

19
New cards

Simple Graph

a graph with no loops or multiple edges

20
New cards

Spanning Tree of a Graph

a subgraph which includes all the vertices of the original graph and is also a tree

21
New cards

Strongly Connected Graph

a graph where every vertex is reachable from every other vertex (like a connected graph but it is also a directed graph)

22
New cards

Subgraph

a graph within a graph

23
New cards

Trail

a walk in which no edge appears more than once

24
New cards

Transition Matrix

a matrix that gives the probabilities of movement in a single step

25
New cards

Tree

a connected graph with no cycles

26
New cards

Undirected Graph

a graph in which the edges have no direction

27
New cards

Walk

a sequence of linked edges

28
New cards

Weighed Adjacency Table

a table in which the weight of the connecting edges is shown

29
New cards

Weighted Graph

a graph with numbers assigned to its edges.

30
New cards

Finding Lower Bound (TSP)

deleted vertex:

- delete a vertex

- find a minimum spanning tree

- add the length of the MST to the two shortest lengths connecting to the deleted vertex

31
New cards

Finding Upper Bound (TSP)

nearest neighbour:

- choose a starting vertex

- move to the closest neighbour

- repeat until you create a cycle

- find the length of the cycle

32
New cards

Chinese Postman Algorithm

knowt flashcard image