Weighted Graph
Term side of the Card
Topic: Graph
Unit title: Weighted Graph
Categories: Data structure
Explanation side of the Card
Explanation: The graph where edges carry weights, representing factors such as cost, distance or capacity. Useful for applications like shortest path algorithms or network flow analysis.