Skip to content

Commit

Permalink
better intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jhackshaw committed Apr 6, 2020
1 parent 4a4234d commit 7598979
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/MenuHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ const MenuHeader = props => {
</Typography>
</Grid>
<Typography variant="subtitle2" color="textSecondary">
Visualize the execution of different algorithms for solving the
traveling salesman problem
Visualize algorithms for the traveling salesman problem. Use the
controls below to plot points, choose an algorithm, and control
execution.
<br />
(Hint: try a construction alogorithm followed by an improvement
algorithm)
</Typography>
</MenuSection>
)
Expand Down

0 comments on commit 7598979

Please sign in to comment.