Update graph/travelling_salesman_problem.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mayank Mamgain
2021-09-10 12:34:19 +05:30
committed by GitHub
parent 42f77148e5
commit 9951dcd5ac

View File

@@ -38,7 +38,6 @@ namespace graph {
* @param V number of vertices in the graph
*
*/
int TravellingSalesmanProblem(std::vector<std::vector<int>> *cities, int src,
int V) {
//// vtx stores the vertexs of the graph