
6.4.6 Graph theory
Problem:
Given a weight matrix of graph . find the value of the minimum path and the path itself from vertex to vertex using Dijkstra's algorithm, and then the value of the maximum path and the path itself between the same vertices.