Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors