Definitions - Graph Theory Flashcards
0
Q
Vertices
A
Dots in graph
1
Q
Graph
A
Set of vertices and edges that end on a vertex
2
Q
Edges
A
Connecting lines in graph
3
Q
Adjacent vertices
A
Vertices that share common edge
4
Q
Degree
A
Number of edges joining vertex
5
Q
Size
A
Number of vertices
6
Q
Connected graph
A
There is a way to get from one vertex to another
7
Q
Loop
A
Start/finish at same vertex
8
Q
Multiple edges
A
Vertices have multiple connecting edges
9
Q
Simple graph
A
No multiple edges or loops
10
Q
Regular graph
A
All vertices have same degree
11
Q
Tree
A
Graph is connected. No circuits
12
Q
Isomorphic graphs
A
First graph can be reconstructed by moving vertices of second graph
13
Q
Walk
A
Sequence of edges and vertices
14
Q
Closed walk
A
End of walk vertex is the same as starting vertex