String Reconstruction with Overlap Graph: Hamiltonian Paths
Learn about Hamiltonian paths and their application to string reconstruction.
We'll cover the following...
We'll cover the following...
We now know that to solve the String Reconstruction Problem, we’re looking for a path in the overlap graph that visits every node exactly once.
A path in a graph visiting every node once is called a Hamiltonian path, in honor of the Irish mathematician William Hamilton (see DETOUR: The Icosian Game).
As this
...