hey guys,
i want to wirte a function which takes as its arguments two lists of co-ordinates (the first
is a list of customers and the second for possible switch locations), and determines the index of the best switch location to minimise the amount of cable required.
I have done the...