mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 06:11:37 +00:00
Change spanning tree calculations. Ignore orientation of edges.
This commit is contained in:
@@ -167,4 +167,8 @@
|
||||
$g_lang["radius_and_diameter_name"] = "Calcul du rayon et du diamètre du graphe";
|
||||
$g_lang["find_short_path_name"] = "Plus court chemin avec l'algorithme de Dijkstra";
|
||||
$g_lang["vertices_degree_name"] = "Calculer le degré des sommets";
|
||||
|
||||
$g_lang["min_spanning_tree_res_is"] = "Weight of minimum spanning tree is ";
|
||||
$g_lang["min_spanning_tree_ignore_direction"] = "We ignored edges direction for calculation.";
|
||||
$g_lang["min_spanning_tree_graph_not_connected"] = "Graph is disconnected";
|
||||
?>
|
||||
Reference in New Issue
Block a user