39.5k views
1 vote
Goes through every edge exactly one; starts and stops at different places. a Hamiltonian Path b Hamiltonian Circuit c Euler Path d Euler Circuit

User Alexey K
by
4.1k points

1 Answer

3 votes

Answer:

D. Euler Circuit.

Explanation:

An Euler Circuit goes through every edge exactly once; starts and stops at the same vertex.

According to the Euler's Theorem, A graph has an Euler path if there are two 2-degree vertices without odd degrees and all other vertices have even degrees.

Mathematically, it is given as;

V+F=2-E

where;

F is the number of faces

V the number of vertices

E the number of edges.

User Matthew Drury
by
4.8k points