Skip to content

theKnack/Shortest-Route-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Shortest-Route-Planner

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages