n -- n nodes v -- the source node dist[] -- the distance from the ith node to the source node prev[] -- the previous node of the ith node c[][] -- every two nodes' distance
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected