kyle's notes
Search
Search
Dark mode
Light mode
Reader mode
Explorer
Home
❯
notes
❯
graph_theory
❯
topics
❯
ch3 bridges trees algorithms
❯
Weighted Graph
Weighted Graph
Oct 22, 2025
1 min read
MATH_154
Definition
A
weighted graph
G
is a
Graph
where each edge
e
has a weight
w
(
e
)
∈
R
.
Graph View
Backlinks
Kruskal's Algorithm
Minimum Spanning Tree
Prim's Algorithm