Skip to content

Solving travelling salesman problem by brute force approach.

Notifications You must be signed in to change notification settings

shyamliagrawal/travelling-salesman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travelling-salesman

Solving travelling salesman problem by brute force approach.

Execute make command to compile

The executable "travellingSalesman" can be run in two modes: 1.Normal mode - ./travellingSalesman 2.Detail mode - ./travellingSalesman d
OR ./travellingSalesman i
OR ./travellingSalesman a It prints all paths and their cost in addition to the minimum one.

About

Solving travelling salesman problem by brute force approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published