Chapter 5 Terms Flashcards
1
Q
The Konigsberg Puzzle
A
- Unsolvable bridge puzzle
2
Q
Think of graphs as __________.
A
- Connections
3
Q
Graph Theory
A
- Illustrates and analyzes connections
4
Q
Graph
A
- A set of points and line segments that connect the vertices
5
Q
Vertices
A
- The points on a graph
6
Q
Edges
A
- The line segments that connect the vertices
7
Q
Null Graph
A
- Vertices are totally disconnected . . .
8
Q
Connected Graph
A
- Where each vertices is touching another one .-.-.
9
Q
Not Connected Graph
A
- Each vertical is touching another but they are not connected . .-. .-.
10
Q
A Complete Graph
A
- Every possible edge is drawn
11
Q
To See if Graphs Are Equivalent
A
- Count the vertices
- Count the edges
- Write down the names of the connections
12
Q
Path
A
- Movement from one vertex to another via edges
13
Q
Closed Path
A
- When a path ends where it started
- AKA: circuit
14
Q
Euler Circuit
A
- A circuit that uses every edge but never the same edge twice
15
Q
Degree
A
- The number of edges coming from a vertex