Changed algorithms menu design.

This commit is contained in:
Oleg Sh
2022-02-12 20:16:29 +02:00
parent 9c6cfb4197
commit 430e6a80be
26 changed files with 180 additions and 22 deletions
+4
View File
@@ -273,4 +273,8 @@
$g_lang['find_all_paths_from_vertex'] = "Найти все кратчайшие пути от вершины";
$g_lang['distance_from'] = "Расстояние от ";
$g_lang['path_to'] = "Путь до ";
$g_lang['search_pathes'] = "Поиск путей";
$g_lang['other_algorithms'] = "Другие алгоритмы";
?>