mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-16 22:01:00 +00:00
Fix save images for bent edges. Add more statistic.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
|
||||
Reference in New Issue
Block a user