Let be a finite connected graph. Define an eulerian path as a sequence of edges that visits every edge of exactly once.

Following 1,2,3,4,5,6,7 traverses the graph, visiting every edge once. This is an eulerian path.
What condition on ensures the existence of an eulerian path ?
