Chapter 4: Q21P (page 137)
Shortest path algorithms can be applied in currency trading. Let be various currencies; for instance, might be dollars, pounds, and lire.
For any two currencies and , there is an exchange rate ; this means that you can purchase units of currency in exchange for one unit of . These exchange rates satisfy the condition that so that if you start with a unit of currency , change it into currency and then convert back to currency localid="1658917254028" , you end up with less than one unit of currency (the difference is the cost of the transaction).
a. Give an efficient algorithm for the following problem: Given a set of exchange rates , and two currencies s and t , find the most advantageous sequence of currency exchanges for converting currency into currency . Toward this goal, you should represent the currencies and rates by a graph whose edge lengths are real numbers.
The exchange rates are updated frequently, rejecting the demand and supply of the various currencies. Occasionally the exchange rates satisfy the following property: there is a sequence of currencies such that . This means that by starting with a unit of currency and then successively converting it to currencies , and finally back to , you would end up with more than one unit of currency . Such anomalies Last only a fraction of a minute on the currency exchange, but they provide an opportunity for risk-free profits.
b. Give an efficientalgorithm for detecting the presence of such an anomaly. Use the graph representation you found above.
Short Answer
answer is not avaiable.