Can you draw a continuous line through all the edges?
Each edge has to be crossed exactly once.
You are not allowed to cross where the edges intersect.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This problem is to find an Eulerian Path.An Eulerian Path exists iff every vertex is of even degree.But some vertex has degree three.So, tracing is not possible.