/Algoritmo-Christofides-en-TSP

Implementación algoritmo de 'Christofides' en problema TSP

Primary LanguagePython

Algoritmo Christofides en TSP

Input:

5
0 0
0 0.5
0 1
1 1
1 0

Output:

[0, 4, 1, 2, 3]