Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 267 Bytes

TSP-Ant-Colony

Travelling salesman problem solved by ant colony algorithm using java

Input Samples

The file contains 3 different cities:

  • Cincinnati: 10 locations
  • Atlanta: 20 locations
  • NYC: 68 locations

Each city contains the locations' coordinates.