Graph Theory Exam 1

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards
Network
A collection of points joined together in pairs by lines
2
New cards
Nodes/Vertices
The points on a graph
3
New cards
Links/Edges
The lines on a graph
4
New cards
Mathematical Model
A mathematical object we can study and assess and see how it affects the underlying scenario
5
New cards
Graph
A collection of vertices joined by edges
6
New cards
Size/Order
Number of vertices, often denoted as "N", on a graph
7
New cards
Degree
Number of edges a vertex has connected with other vertices
8
New cards
Density
Ratio of number of edges in the network to the total possible number of edges; (\# of edges)/((n-(n-1))/2)
9
New cards
Typical Notation
G \= (V,E)
10
New cards
Set
Collection, group of, some number of
11
New cards
Set Notation
{s}, where "s" is the set objects
12
New cards
Directed Graph
A graph with edges that have a direction associated with them, denoted by an arrow
13
New cards
Undirected Graph
A graph with edges that do not have a direction associated with them
14
New cards
Cycle
Begins and ends at same vertex, no vertex is repeated, length \= number of edges
15
New cards
Tree
Contains no cycles, every pair of vertices has a path connecting them, unique route between 2 vertices, if disconnected it is no longer a tree
16
New cards
Complete
Every pair of vertices is joined by an edge, every vertex has the same degree, also called cliques
17
New cards
Isolated
A vertex with 0 degrees
18
New cards
Bipartite
Vertex set can be divided into two nonoverlapping sets U and V, such that every edge in the graph connects a U-vertex with a V-vertex
19
New cards
Geodesic Path
Path of shortest length between 2 vertices
20
New cards
Diameter
Largest, most efficient distance between any pair of vertices which can be connected in the graph
21
New cards
Reciprocity
An edge from A to B is reciprocated if there is also an edge from B to A (only for directed graphs)
22
New cards
Vertex Connectivity
Minimum number of vertices whose deletion disconnects the graph (Κ(G))
23
New cards
Edge Connectivity
Minimum number of edges whose deletion disconnects the graph (λ(G))
24
New cards
Bridge
Edge that if lost/removed will disconnect the graph
25
New cards
Length
Distance between 2 vertices
26
New cards
Path
Sequence of vertices beginning at U, traveling along edges in the graph, and ending at V