Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
jhackshaw committed Oct 21, 2019
1 parent 0154236 commit dc4f1bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Heuristic algorithms attempt to find a good approximation of the optimal path wi
- Shortest Path
- Arbitrary Insertion
- Furthest Insertion
- Nearest Insertion
- Convex Hull Insertion *(best performing)*

**Improvement** - Attempt to take an existing constructed path and improve on it
- 2-Opt Inversion
Expand Down
2 changes: 2 additions & 0 deletions src/content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Heuristic algorithms attempt to find a good approximation of the optimal path wi
- Shortest Path
- Arbitrary Insertion
- Furthest Insertion
- Nearest Insertion
- Convex Hull Insertion *(best performing)*

**Improvement** - Attempt to take an existing constructed path and improve on it
- 2-Opt Inversion
Expand Down

0 comments on commit dc4f1bb

Please sign in to comment.