Skip to content

Commit 4ee9aba

Browse files
committed
Graph instructions
1 parent 1270de5 commit 4ee9aba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithms/instructions/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ on the arrow in its middle, the right and bottom panels can be enlarged or shrun
7979
by dragging the "..." up temporarily`,
8080
`Under the ${KEY_PLAY} button, toggle between sample graphs (eg Graph 1) and random graphs, or`,
8181
'edit text for X-Y node coordinates (this can change the graph size) and edges/weights (weights are ignored for unweighted graph algorithms), or',
82-
'enter X-Y node coordinates and edges/weights in tables.',
82+
'enter X-Y node coordinates and edges/weights in tables below, or',
83+
'change X-Y node coordinates by selecting a node with the mouse and dragging it.',
8384
`The graph size can also be explicitly increased/decreased - this generates a new random graph.`,
8485
`Edge weights (for weighted graph algorithms) can be toggled between Euclidean, Manhattan and as defined explicitly in the input.`,
8586
]},

0 commit comments

Comments
 (0)