Add Max Clique algorithm.

This commit is contained in:
Oleg Sh
2023-09-07 22:06:35 +02:00
parent b6065ef901
commit 4d3085baa5
13 changed files with 159 additions and 4 deletions

View File

@@ -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: ";
?>

View File

@@ -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: ";
?>

View File

@@ -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: ";
?>

View File

@@ -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: ";
?>

View File

@@ -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: ";
?>

View File

@@ -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: ";
?>

View File

@@ -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"] = ". Клика содержит следующие вершины: ";
?>

View File

@@ -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: ";
?>