SCC

Eulerian Path is a path in graph that visits every edge exactly once. Eulerian Circuit is an Eulerian Path which starts and ends on the same vertex.

http://www.geeksforgeeks.org/euler-circuit-directed-graph/