Decision- Graphs Key Words

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards
Walk
finite sequence of edges so end of one vertex is start of next
2
New cards
Path
walk where no vertex is visited more than once
3
New cards
Trail
walk where no edge is visited more than once
4
New cards
Tour
walk where each vertex is visited at least once, and starts and ends at the same vertex
5
New cards
Cycle
start and end vertex are the same, no vertex is visited more than once
6
New cards
Hamiltonian Cycle
tour where vertex each is visited exactly once
7
New cards
Euler's handshaking lemma
sum of degrees of vertices \= 2 x number of edges
8
New cards
Eulerian Graph
all vertices in graph are of even degree
9
New cards
Semi-eulerian Graph
has exactly two nodes of odd degree
10
New cards
Tree
connected graph with no cycles
11
New cards
Spanning Tree
a subgraph which includes all vertices and is a tree
12
New cards
Complete graph
every vertex is connected to every other vertex by a single edge e.g. K5
13
New cards
Isomorphic
graphs which are drawn differently but have the same info
14
New cards
Planar graph
a graph that can be drawn in a plane such that no edges meet except at a vertex