Skip to content

hellgrenj/bf-tsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf-tsm

A brute force (parallelized) solution to the traveling salesman problem.

prerequisites

  • go v 1.15.x

run

there are two demo's included, clidemo and webdemo.

  • to run the CLI demo navigate to ./cmd/clidemo and run go run .
  • to run the WEB demo navigate to ./cmd/webdemo and run go run . and open localhost:1337 in your browser

screenshot of web demo

About

brute force (parallelized) traveling salesman

Resources

Stars

Watchers

Forks

Releases

No releases published