Question details
What is the difference between Eulerian and Hamiltonian paths in graph theory?
I am studying graph theory and I keep confusing Eulerian paths with Hamiltonian paths. Can someone clarify the difference? Eulerian path: A path that uses every edge exactly once. Hamiltonian path: A path that visits every vertex exactly once. My questions: 1. What are the necessary and sufficient conditions for a graph to have an Eulerian circuit? 2. What are the conditions for a Hamiltonian cycle? (I hear this is much harder — why?) 3. Does the Knight's Tour problem involve Eulerian or Hamiltonian paths? 4. How do I find an Eulerian circuit in a graph using Fleury's algorithm? Examples would really help.
more