Posts by user15930 • 11 points
1 post
-
1
votes1
answer470
viewsQ: Pair de vector c++
I implemented the traveling salesman and show the minimum cost of all paths. Now I want to show the path that corresponds to the lowest cost. I’m using to do this one pair<int, vector<int>…