Given several directed graphs with vertices, each one described with a matrix of size such that is the cost of going from vertex to vertex , calculate the minimum cost of the Hamiltonian cycles of every graph. A Hamiltonian cycle is a path that visits each vertex exactly once, and that ends at the starting vertex.
Input consists of the description of several graphs. Each one begins with a natural number , followed by the matrix of costs ( lines, each with natural numbers, with zeroes at the diagonal).
Print the minimum cost of the Hamiltonian cycles of every graph.
Author: Unknown
Translator: Carlos Molina
Generation: 2026-01-25T11:10:21.515Z
© Jutge.org, 2006–2026.
https://jutge.org