EmmaBYPeng / TSP

Algorithm implementations for the Travelling Salesman Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSP

Implementation of multiple algorithms for the Travelling Salesman Problem.

Current implementations:

  • Greedy

  • 2-Opt

  • Dynamic programming

About

Algorithm implementations for the Travelling Salesman Problem


Languages

Language:Java 70.0%Language:Python 30.0%