AcoranGonzalezMoray / Algoritmo-Aproximacion-TSP

Implementación algoritmo de aproximación en problema TSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algoritmo Aproximacion TSP

Input:

5
0 0
0 0.5
0 1
1 1
1 0

Output:

[0, 4, 1, 2, 3]

About

Implementación algoritmo de aproximación en problema TSP


Languages

Language:Python 100.0%