I'm trying to find an example of a directed graph with negative weights (no negative cycles) such that running dijksra on it will produce wrong results for all the vertices in the graph (except to the source node).
It isn't very hard to find an example to a graph where some of the results produced by dijkstra are wrong. but i can't find an example to a graph as described above, can anyone help me with it?
thanks.