mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Add Max Clique algorithm.
This commit is contained in:
@@ -297,4 +297,9 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit</a>";
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -297,4 +297,9 @@ Tenemos traducciones en griego 🇬🇷.</a> <a href=\"https://github.com/UnickS
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -265,4 +265,9 @@
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -262,4 +262,9 @@
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -297,4 +297,9 @@ Dodaliśmy polskie tłumaczenie, Patryk</a>";
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -263,4 +263,9 @@
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
@@ -299,4 +299,9 @@
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Сохранить дугу для повторного использования";
|
||||
$g_lang["reuse_saved_edge"] = "Использовать сохраненную дугу";
|
||||
|
||||
$g_lang["max_clique"] = "Максимальная клика";
|
||||
$g_lang["max_clique_not_found"] = "Максимальная клика не найден";
|
||||
$g_lang["max_clique_size_is"] = "Размер Максимальной клики равена ";
|
||||
$g_lang["max_clique_contains"] = ". Клика содержит следующие вершины: ";
|
||||
?>
|
||||
|
||||
@@ -258,5 +258,10 @@
|
||||
$g_lang["snowflake"] = "Snowflake";
|
||||
|
||||
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
|
||||
|
||||
$g_lang["max_clique"] = "Max Clique";
|
||||
$g_lang["max_clique_not_found"] = "Max Clique is not found";
|
||||
$g_lang["max_clique_size_is"] = "Max Clique size is ";
|
||||
$g_lang["max_clique_contains"] = ". Clique contains these vertecies: ";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user