Skip to content

Jonesy22/TheTravelingSalesmanProblem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheTravelingSalesmanProblem

CS 325 Final Project: TSP

  • Final project for CS325 Algorithms class at OSU.
  • As a group of 3, we investigated The Traveling Salesman Problem through the lens of 3 techniques.
  • We looked at: Dynamic Programming, Nearest Neighbor, and Christofides' Algorithm.
  • We chose to implement Nearest Neighbor because of runtime limitations, and our results are shown in "Algorithms Final Report-1.pdf"

About

CS 325 Final Project: TSP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.9%
  • Python 10.1%