mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Add find all shortest pathes between two vertexes.
This commit is contained in:
@@ -296,4 +296,7 @@
|
||||
$g_lang["max_independent_set_not_found"] = "Max Independent Set is not found";
|
||||
$g_lang["max_independent_set_size_is"] = "Max Independent Set size is ";
|
||||
$g_lang["max_independent_set_contains"] = ". Set contains these vertecies: ";
|
||||
|
||||
$g_lang['find_all_shortest_pathes'] = "Find all shortest paths between 2 vertices";
|
||||
$g_lang['number_of_shortest_pathes_from'] = "Number of shortest paths from ";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user