Unit 4 Flashcards
A cycle that visits all vertices exactly once is called…
A cycle that visits all vertices in the network exactly once is called a Hamiltonian cycle! It starts at a vertex, visits every other vertex exactly once and then returns to the starting vertex.
True or False??
A graph is Hamiltonian if and only if it contains an even number of vertices.
It’s false! Unlike Eulerian graphs, there is no simple condition to determine if a graph is Hamiltonian. A graph is Hamiltonian if it contains a Hamiltonian cycle!
True or False??
A Hamiltonian cycle doesn’t have to pass through every edge.
It’s true! A Hamiltonian cycle doesn’t have to pass through every edge. Instead, it only needs to hit every vertex exactly once. Only Eulerian circuits and trails need to pass through every edge exactly once.
True or False??
A Hamiltonian graph cannot be Eulerian.
It’s false! A graph can be both Hamiltonian and Eulerian if it contains both a Hamiltonian cycle and an Eulerian circuit. This is possible if a walk passes through all of the vertices and edges in the cycle, before returning to the starting vertex.
True or False??
A network must be either Hamiltonian or Eulerian.
It’s false! A graph can be neither Hamiltonian or Eulerian. This can happen when there are no walks that can pass through every vertex or edge exactly once.
A graph is semi-Hamiltonian if it only contains a….
A graph is semi-Hamiltonian if it only contains a Hamiltonian path! Unlike a Hamiltonian graph, semi-Hamiltonian graphs don’t contain a Hamiltonian cycle. Instead, they have a Hamiltonian path, which is a path that hits every vertex exactly once, without starting and ending at the same vertex.
A cycle that visits all vertices exactly once is called…
A cycle that visits all vertices in the network exactly once is called a Hamiltonian cycle! It starts at a vertex, visits every other vertex exactly once and then returns to the starting vertex.
A graph is semi-Hamiltonian if it only contains a….
A graph is semi-Hamiltonian if it only contains a Hamiltonian path! Unlike a Hamiltonian graph, semi-Hamiltonian graphs don’t contain a Hamiltonian cycle. Instead, they have a Hamiltonian path, which is a path that hits every vertex exactly once, without starting and ending at the same vertex.
A walk with no repeated edges is called a…
Trail
True or False??
The direction of an edge is represented by an arrow.
True
How do you find the sum of degrees?
The sum of the amount of directions each vertex has
A connected planar graph has 11 vertices and 14 edges.
How many faces does it have?
5
A graph is semi-Hamiltonian if it only contains a….
A graph is semi-Hamiltonian if it only contains a Hamiltonian path! Unlike a Hamiltonian graph, semi-Hamiltonian graphs don’t contain a Hamiltonian cycle. Instead, they have a Hamiltonian path, which is a path that hits every vertex exactly once, without starting and ending at the same vertex.
A cycle that visits all vertices exactly once is called…
A cycle that visits all vertices in the network exactly once is called a Hamiltonian cycle! It starts at a vertex, visits every other vertex exactly once and then returns to the starting vertex.
What are the dots that represent objects in a network called?
In a network, the dots that represent objects are called vertices! Another word for a vertex is a node.