This answer seems incorrect to me:
Which NP-Complete problem has the fastest known algorithm?
The fastest solution for one NP-Complete problem should be the fastest solution for all NP-Complete problems.
Why?
Can any NP-complete problem be reduced to any other NP-Complete problem in polynomial time?
So, finding some super-optimal exponential time solution, $O(1.27k + nk)$, should be able to be applied to all NP-Complete problems. In other words, the most optimal solution is the same for all NP-Complete problems.