File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/algorithms/instructions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ ${KEY_PROGRESS} bar; this will reset the animation to the start`,
134
134
`The graph input panel is at the bottom and may need to be revealed
135
135
by dragging the "..." up temporarily` ,
136
136
`Under the ${ KEY_PLAY } button, toggle between sample graphs (eg Graph 1) and random graphs, or` ,
137
- 'edit text for X-Y node coordinates (this can change the graph size) and edges/weights (weights are ignored for unweighted graph algorithms), or' ,
138
- 'enter X-Y node coordinates and edges/weights in tables below, or' ,
139
- 'change X-Y node coordinates by selecting a node with the mouse and dragging it.' ,
137
+ 'Edit text for X-Y node coordinates (this can change the graph size) and edges/weights (weights are ignored for unweighted graph algorithms), or' ,
138
+ 'Enter X-Y node coordinates and edges/weights in tables below, or' ,
139
+ 'Change X-Y node coordinates by selecting a node with the mouse and dragging it.' ,
140
140
`The graph size can also be explicitly increased/decreased - this generates a new random graph.` ,
141
141
`Edge weights (for weighted graph algorithms) can be toggled between Euclidean, Manhattan and as defined explicitly in the input.` ,
142
142
]
You can’t perform that action at this time.
0 commit comments