In graph theory we deals with different types of graphs.One such graph that we commonly seen in many real world problems is in the form of Euler circuit.
An Euler circiut is a cycle of undirected graphs,that traverses through each edge in the graph exactly once and ends at the starting node itself.Euler proved that the necessary condition for the existence of Eulerian circuits is that the connected graphs doesn't contain any nodes of odd degree.
An Euler circiut is a cycle of undirected graphs,that traverses through each edge in the graph exactly once and ends at the starting node itself.Euler proved that the necessary condition for the existence of Eulerian circuits is that the connected graphs doesn't contain any nodes of odd degree.
