diff --git a/lang/en/help.php b/lang/en/help.php index c2bc303..acc3480 100755 --- a/lang/en/help.php +++ b/lang/en/help.php @@ -1,7 +1,7 @@

\n

Add vertex

\n\n

To create graph you needto vertexes. Select «Add vertex» and click to workspace

\n\n

\"Add

\n\n

 

\n\n

Connect vertex

\n\n

To connect vertexes you needselect "Connect vertexes" and click to first vertex after that to second.

\n\n

\"Connect

\n\n

In dialog you need to select weight or stay it without weight, also choose type: directed or not.

\n\n

Find shortest path

\n\n

Choose menu "Find shortest path". After that select start and finish vertexes. If there us path you will see it on the graph. We use dijkstra's algorithm.

\n\n

\"Find

\n\n

 

\n"; + $g_lang["text"] = "

\n

Add vertex

\n\n

To create a graph you need to add vertexes. Select «Add vertex» and click to the workspace.

\n\n

\"Add

\n\n

 

\n\n

Connect vertexes

\n\n

To connect vertexes you need to select «Connect vertexes» and click to the first vertex and then to the second one.

\n\n

\"Connect

\n\n

In the dialog box you need to select weight or leave it without weight. You may also choose the type of the graph, i.e. directed or undirected.

\n\n

Find shortest path

\n\n

Choose «Find shortest path» in the dropdown menu. After that select start and end vertexes. If there is a path, you will see it on the graph. We use Dijkstra's algorithm.

\n\n

\"Find

\n\n

 

\n"; $g_lang["m_title"] = "Graph Online help"; $g_lang["m_keyWords"] = "graph, help";