Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 519 Bytes

File metadata and controls

8 lines (5 loc) · 519 Bytes

Data-Structure-Graph-Path-Problem

Question) Write a “C” program, which finds only a path (not all the paths) between two given cities according to the directed graph below. This program also calculates the distance between given these two cities.

path

Sample screeen output of the question

output