numbersanalyst / traveling-salesman-problem

A simple heuristic construction for solving the traveling salesman problem (TSP) in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traveling-Salesman-Problem

A simple heuristic construction for solving the traveling salesman problem (TSP) in Python. It also gives a comparison with an approximation algorithm.

Demo

demo image of algorithm

I did it thanks to NeuralNine's video.

About

A simple heuristic construction for solving the traveling salesman problem (TSP) in Python.

License:MIT License


Languages

Language:Python 100.0%