From 9951dcd5acd68b86edfcf9636dd6b5779da66e4a Mon Sep 17 00:00:00 2001 From: Mayank Mamgain <56592363+Mayank17M@users.noreply.github.com> Date: Fri, 10 Sep 2021 12:34:19 +0530 Subject: [PATCH] Update graph/travelling_salesman_problem.cpp Co-authored-by: David Leal --- graph/travelling_salesman_problem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/graph/travelling_salesman_problem.cpp b/graph/travelling_salesman_problem.cpp index 1cf5466c8..dc911f565 100644 --- a/graph/travelling_salesman_problem.cpp +++ b/graph/travelling_salesman_problem.cpp @@ -38,7 +38,6 @@ namespace graph { * @param V number of vertices in the graph * */ - int TravellingSalesmanProblem(std::vector> *cities, int src, int V) { //// vtx stores the vertexs of the graph