Sophia is collecting stickers for the 2026 World Cup album. To complete her collection, she plans to leave home (V0), visit all the sticker exchange points (V1, V2, V3, V4) in the city of Campinas exactly once, and then return home. The figure below shows a weighted adjacency matrix of an undirected graph.
- each vertex (V) represents a sticker exchange point;
- each link represents the possibility of traveling between two points;
- the weight of each edge represents the amount Sophia will spend in R$ when taking that route;
- there is only a connection between two vertices when the weight shown in the matrix is greater than zero.
What is the minimum-cost cycle for Sophia?