Review for Test 3 (Chapters 4-5) Flashcards

1
Q

Path

A
  • Movement from one vertex to another by traversing edges
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Circuit

A
  • Circuit

- When a path ends at the same vertex it started

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Euler Path

A
  • A path that uses every edge once and only once but does not end up where it started
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Euler Circuit

A
  • A circuit that uses every edge but never the same edge twice; begins and ends at the same vertex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hamiltonian Circuit

A
  • A path that uses each vertex of the graph exactly once
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Planar Graph

A
  • A graph that can be drawn so that no edges intersect each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Greedy Algorithm

A
  • Start at a vertex
  • Travel across the smallest number
  • Don’t close circuit too quick
  • Finish graph
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Edge-Picking Algorithm

A
  • Start at the smallest number
  • Keep picking small numbers until the circuit is complete
  • Don’t end it too soon
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between a path and a circuit?

A
  • A path cannot repeat verticals or edges

- A circuit can repeat verticals but not edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Differences and similarities between a Euler Path and a Euler Circuit.

A
  • They both travel every edge and hit every vertex
  • The path starts at one vertex and ends at another
  • The circuit starts at one vertex and ends at the one that it started at
How well did you know this?
1
Not at all
2
3
4
5
Perfectly