edited by
1,526 views

2 Answers

4 votes
4 votes

Euler path and Euler circuit

No, a graph cannot contain Euler path and Euler circuit both.

Because for Euler path the graph must have exactly two vertices having odd degree but for Euler circuit all the vertices in that graph must have even degree.

Hamiltonian Path and Hamiltonian circuit

Yes, a graph can have both hamiltonian path and circuit.

Imagine a triangle ABC.



Then the path ABC is a hamiltonian path and the circuit ABCA is a hamiltonian circuit.

edited by
0 votes
0 votes

both option are true.

  • if a graph have euler circuit then it must have euler path . but converse not true.

  • if a graph of all vertex are even degree then euler circuit must exist . and euler path also

  • if a graph have 2 odd degree vertex then there exist a euler path but not euler circuit.

  • Hamiltonian path and Hamiltonian circuit exist in same graph.

edited by

Related questions

0 votes
0 votes
1 answer
1
gagan55 asked Jun 30, 2023
191 views
Number of hamiltonian cycles for a graph K 5, 5( bipartite graph ) ??
0 votes
0 votes
3 answers
2
jatin khachane 1 asked Dec 24, 2018
1,994 views
Is it possible that a disconnected graph be an Euler graph ?
1 votes
1 votes
1 answer
3
Shamim Ahmed asked Dec 21, 2018
796 views
If there are exactly 2 vertices x and y of odd degree in a graph G, then there must be a path between x and y,Is this true? Please explain with valid reasons.
0 votes
0 votes
0 answers
4