summaryrefslogtreecommitdiff
path: root/graph/bitonicTSP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graph/bitonicTSP.cpp')
-rw-r--r--graph/bitonicTSP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/bitonicTSP.cpp b/graph/bitonicTSP.cpp
index 3dea828..e8fc2cb 100644
--- a/graph/bitonicTSP.cpp
+++ b/graph/bitonicTSP.cpp
@@ -28,4 +28,4 @@ void bitonicTSP() {
reverse(all(lt));
lt.insert(lt.end(), all(ut));
//return lt;// Enthält Knoten 0 zweimal. An erster und letzter Position.
-} \ No newline at end of file
+}