Add longest path algorithm.

This commit is contained in:
Oleg Sh
2022-03-20 19:59:40 +02:00
parent 79e5be1f66
commit 1d21cc3727
15 changed files with 291 additions and 0 deletions

View File

@@ -245,4 +245,7 @@
$g_lang['other_algorithms'] = "Other algorithms";
$g_lang['use_context_menu'] = "Use context menu for additional actions.";
$g_lang['find_longest_path'] = "Find the longest path";
$g_lang['length_of_longest_path_from'] = "Length of the longest path from ";
?>