Can we convert a directed weighted graph in such a way that each of its path from a specified source to destination is of equal cost? The cost of each of the path should be equal to the maximum cost path in original graph. How to convert any directed weighted graph to such type of graph? Is it possible to convert every directed weighted graph into such type of graph?
Source and destination of graph is predefined.