mididhs

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/4

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.

5 Terms

1
New cards

hamiltonian cycle

a cycle that includes every vertex in the graph. no repeated edges or vertices, except for the vertex at the very beginning which is the same as the very last one.

2
New cards

hamiltonian path

a path that includes every vertex in the graph, no repeated edges or vertices, every vertex appears exactly once

3
New cards

how to turn a hamiltonian cycle into a hamiltonian path

delete the last vertex

4
New cards

euler circuit

a circuit that contains every edge and every vertex, with every edge being accounted for with no repetition of edges. vertex can be passed through more than once

if any vertex has an odd degree, it cannot have a euler circuit

5
New cards

euler trail

an open trail that incldues every edge and every vertex, with every edge being included and accounted for only once

exactly two edges have an odd degree. said two are eiether end or start