Updated Need algorithm dialog.

This commit is contained in:
Unick Soft
2017-10-28 14:32:06 +03:00
parent 3f16d03e71
commit 5292f162bb
4 changed files with 7 additions and 2 deletions

View File

@@ -106,4 +106,6 @@
$g_lang["what_algorithm_need"] = "Please, write what kind of algorithm would you like to see on this website?";
$g_lang["recommend_algorithm"] = "Recommend algorithms";
$g_lang["what_algorithm_we_have"] = "Our service already supports these features: <a href=\"/en/wiki/Help/FindTheShortestPath\" target=\"_blank\" style=\"text-decoration: underline\">Find the shortest path using Dijkstra's algorithm</a>, <a href=\"/en/wiki/Help/AdjacencyMatrix\" target=\"_blank\" style=\"text-decoration: underline\">Adjacency matrix</a>, <a href=\"/en/wiki/Help/IncidenceMatrix\" target=\"_blank\" style=\"text-decoration: underline\">Incidence Matrix</a>.";
?>