A path that uses each edge of a graph exactly once and ends at the starting vertex
Step-by-step explanation:
- Euler path - uses every edge of a graph exactly once
- Euler circuit - uses every edge of a graph exactly once
- Euler path - starts and ends at different vertices
- Euler circuit - starts and ends at the same vertex