- * The total path value is the sum of the edges in the A->B direction plus double value of B->A direction (if exists) .
- The graph it´s representated by a adjacency matrix .
A graph example :
One possible solution is: 1->2->3->4 with total path value* 10 (1->2 [4] 2->3 [5] 3->4 [10])
No hay comentarios:
Publicar un comentario