Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 602 Bytes

README_Ch37.md

File metadata and controls

14 lines (9 loc) · 602 Bytes

Challenge Summary

Is a business trip with direct flights conceivable given a schedule and a route map? If so, what will the overall cost of the trip be?

Whiteboard Process

Wb

Approach & Efficiency

I learned how to use the graph data structure to implement function that responsible to determine the distance cost between the cities in the country.

Solution

Go to code here

Go to test here