New York street netowrk

174 Views Asked by At

The road network of New York can be modelled as a directed graph with both bidirectional and unidirectional edges. Does it have a Euler path?

1

There are 1 best solutions below

2
On

No, is not. Because since there are also unidirectional edges, it could be that $d(x,y) \ne d(y,x)$.