Eulerian and Hamiltonian Graphs
Eulerian and Hamiltonian Graphs Quiz
Questions
In a connected graph, an Eulerian path is a path that:
- Visits every vertex exactly once
- Visits every edge exactly once
- Visits every vertex at least once
- Visits every edge at least once
In a connected graph, an Eulerian circuit is a circuit that:
- Visits every vertex exactly once
- Visits every edge exactly once
- Visits every vertex at least once
- Visits every edge at least once
Which of the following graphs has an Eulerian circuit?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs has an Eulerian path but not an Eulerian circuit?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs does not have an Eulerian path or an Eulerian circuit?
- A complete graph
- A tree
- A cycle
- A path
In a connected graph, a Hamiltonian path is a path that:
- Visits every vertex exactly once
- Visits every edge exactly once
- Visits every vertex at least once
- Visits every edge at least once
In a connected graph, a Hamiltonian circuit is a circuit that:
- Visits every vertex exactly once
- Visits every edge exactly once
- Visits every vertex at least once
- Visits every edge at least once
Which of the following graphs has a Hamiltonian circuit?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs has a Hamiltonian path but not a Hamiltonian circuit?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs does not have a Hamiltonian path or a Hamiltonian circuit?
- A complete graph
- A tree
- A cycle
- A path
Euler's formula states that for a connected graph with v vertices and e edges, the following equation holds:
- v + e = 2
- v - e = 2
- v + e = f
- v - e = f
Which of the following graphs has an odd number of vertices?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs has an even number of vertices?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs has an odd number of edges?
- A complete graph
- A tree
- A cycle
- A path
Which of the following graphs has an even number of edges?
- A complete graph
- A tree
- A cycle
- A path