This is a CPP program which asks the user, the places he/she wants to visit. Currently only places in an around Jaipur has been feeded in the project.
The program outputs the an sequence sequence such that it is the shortest in terms of distance. The tour starts and ends at the same place.
To compile the code, use the following command in linux:
g++ code.cpp -std=c++11