]> Skullheadx's Git Forge - The-Traveling-Salesman-Problem.git/commitdiff
Update README.md
authorSkullheadx <94652084+Skullheadx@users.noreply.github.com>
Mon, 9 Jan 2023 15:44:22 +0000 (10:44 -0500)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 15:44:22 +0000 (10:44 -0500)
README.md

index 0c71d0995da307d28a4896f137e5514947ca0f1d..4c2bd98c4da7563c0baaf82ec89ccb1503d71737 100644 (file)
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ Take this graph for instance, generated by the Christofides Algorithm.
 
 ![](Christofides_bad.png)
 
+
 If you notice the edge between (273, 269) and (334,510) and the edge between (263, 392) and (510, 143). They cross each other and it would probably be a better solution if they connected differently.
 This method of improving a candidate solution created by a heuristic is called local search.
 --------------------------------------------------------------------------------------------------------------