Home → Magazine Archive → January 2016 (Vol. 59, No. 1) → Algebraic Fingerprints For Faster Algorithms → Abstract

Algebraic Fingerprints For Faster Algorithms

By Ioannis Koutis, Ryan Williams

Communications of the ACM, Vol. 59 No. 1, Pages 98-105
10.1145/2742544

[article image]


It was a major surprise when, in 2010, Andreas Björklund discovered what many previously thought impossible: a significantly improved algorithm for the famous Hamiltonian path problem, also known as Hamiltonicity.4 Hamiltonicity asks if a given graph contains a path that goes through each vertex exactly once, as illustrated in Figure 1.

Back to Top

Key Insights

ins01.gif

Hamiltonicity was one of the first problems shown to be NP-complete by Karp.20 The only known algorithms for NP-complete problems require time scaling exponentially with the size of the input. It is believed they cannot be solved much faster in general, although the possibility has not been ruled out.17 Given an undirected graph on n vertices, Björklund's algorithm can find a Hamiltonian path or report that no such path exists in O*(1.657n) time.a The algorithm still runs in exponential time but it is much faster than the O*(2n) running time of the previously fastest algorithm, known since the 1960s.3,19

0 Comments

No entries found