Added find all patches algorithm.

This commit is contained in:
Oleg Sh
2021-09-29 21:10:14 +02:00
parent 947a3072ba
commit dc6c90991e
14 changed files with 319 additions and 3 deletions
+9
View File
@@ -259,4 +259,13 @@
$g_lang['selected_index'] = "Группа выделения";
$g_lang['all'] = "Все";
//FindAllPatches.js
$g_lang['find_all_pathes'] = "Поиск всех путей";
$g_lang['number_of_pathes_from'] = "Количество путей из ";
$g_lang['to'] = " в ";
$g_lang['are'] = " равно ";
$g_lang['path_n'] = "Путь №";
$g_lang['selected_finish_vertex'] = "Выделите конечную вершину";
$g_lang['selected_start_vertex'] = "Выделите начальную вершину";
?>