Lukas' Notes

Home

❯

Knowledge

❯

Network

Network

Jun 09, 20251 min read

graph-theory

Definition

Network

Networks are directed or undirected graphs G=(V,E), where each edge e∈E is assigned a value w(e)∈R. This value can be interpreted as length, cost, capacity, weight, etc., depending on the context.

w:E→R

Instead of the usual adjacency matrix, a network uses a weighted adjacency matrix:

A=(w(vi​,vj​))1≤i,j≤n​

Graph View

Backlinks

  • Dijkstra's Algorithm
  • Kruskal's Algorithm
  • Prim's Algorithm

Created with Quartz v4.4.0 © 2025

  • GitHub