Python program
Budget: £10 – £20 GBP
I need the code which will calculate the cheapest way to get from one point to another.
The excel content is : a to b = 5 (Row in csv file looks like that: a,b,5), b to c = 10, c to d = 7, d to e = 6,
e to f = 8
The code needs to perform the calculation if the user asks to find the cheapest way to get from a to f or from b to e.
The excel content is : a to b = 5 (Row in csv file looks like that: a,b,5), b to c = 10, c to d = 7, d to e = 6,
e to f = 8
The code needs to perform the calculation if the user asks to find the cheapest way to get from a to f or from b to e.