HL AI - Graph Theory

studied byStudied by 2 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 / 31

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

32 Terms

1

Adjacency Matrix

a matrix which records the number of direct links between vertices

New cards
2

Adjacent Edges

edges that share a common vertex

New cards
3

Adjacent Vertices

two vertices connected by an edge

New cards
4

Circuit

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

New cards
5

Complete Graph

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

New cards
6

Connected Graph

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

New cards
7

Cycle

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

New cards
8

Degree of a Vertex

the number of edges connected to that vertex

New cards
9

Directed Graph

a graph whose edges have an indicated direction

New cards
10

Eulerian Circuit

a circuit that contains every edge of a graph

New cards
11

Eulerian Trail

a trail that contains every edge of a graph

New cards
12

Graph

consists of a set of vertices and a set of edges

New cards
13

Hamiltonian Cycle

a cycle that includes every vertex of a graph once

New cards
14

Hamiltonian Path

a path that visits each vertex exactly once

New cards
15

In Degree / Out Degree

number of edges leading towards a vertex and away from

New cards
16

Loop

an edge that connects a vertex to itself

New cards
17

Minimum Spanning Tree

a spanning tree with the least total weight

New cards
18

Path

a walk with no repeated vertices

New cards
19

Simple Graph

a graph with no loops or multiple edges

New cards
20

Spanning Tree of a Graph

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

New cards
21

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)

New cards
22

Subgraph

a graph within a graph

New cards
23

Trail

a walk in which no edge appears more than once

New cards
24

Transition Matrix

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

New cards
25

Tree

a connected graph with no cycles

New cards
26

Undirected Graph

a graph in which the edges have no direction

New cards
27

Walk

a sequence of linked edges

New cards
28

Weighed Adjacency Table

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

New cards
29

Weighted Graph

a graph with numbers assigned to its edges.

New cards
30

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

New cards
31

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

New cards
32

Chinese Postman Algorithm

knowt flashcard image
New cards

Explore top notes

note Note
studied byStudied by 39 people
70 days ago
5.0(1)
note Note
studied byStudied by 13 people
183 days ago
5.0(1)
note Note
studied byStudied by 253 people
681 days ago
4.5(6)
note Note
studied byStudied by 18 people
813 days ago
5.0(1)
note Note
studied byStudied by 215 people
720 days ago
5.0(2)
note Note
studied byStudied by 22 people
710 days ago
5.0(2)
note Note
studied byStudied by 2488 people
700 days ago
4.7(6)

Explore top flashcards

flashcards Flashcard (55)
studied byStudied by 84 people
381 days ago
5.0(1)
flashcards Flashcard (44)
studied byStudied by 39 people
789 days ago
4.1(7)
flashcards Flashcard (58)
studied byStudied by 170 people
730 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 12 people
764 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 1 person
74 days ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 10 people
220 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 33 people
372 days ago
5.0(1)
flashcards Flashcard (101)
studied byStudied by 183 people
2 days ago
5.0(1)
robot