mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-01 01:26:48 +08:00
Update graph/travelling_salesman_problem.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user