Graph/weighted_edge library

🧱 Weighted Edge

Represents a directed edge source -> target with a numeric weight. Useful for weighted graph algorithms like Dijkstra, Bellman-Ford, MSTs, and Floyd-Warshall.

Classes

WeightedEdge<T>