Skip to content

A heuristic algorithm for a simplified version of the traveling salesperson problem.

Notifications You must be signed in to change notification settings

SavannaMoss/TravelingSalesperson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelingSalesperson

Developed by Savanna Moss and Celeste Rosendale in Fall 2019.

Developed an algorithm to determine the most beneficial way to solve a simplified version of the Traveling Salesperson problem. Our algorithm is a heuristic that balances the search for a lower cost with both space and time complexity.

The files PP.java and Edge.java are part of the same package. The PP.java file takes in n graphs and outputs corresponding paths to travel along with each of their costs.

The Verifier.java file is an additional package that takes n graphs and n path & path costs (from two corresponding files), then verifies whether the given paths and path costs are valid.

About

A heuristic algorithm for a simplified version of the traveling salesperson problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages