graph_weighted (245B)
1 # Graph weighted 2 3 A [graph] where [edges] carry [weight] 4 5 [Graph_algorithms] to typically run on such graphs: 6 - [shortest_path] 7 - [minimum_spanning_tree] 8 9 [graph_weighted_regimes] 10 11 Up: [graph], [weight] 12 13 Aliases: weighted graph, weighted graphs