Content deleted Content added
No edit summary |
Nanomoomug (talk | contribs) No edit summary |
||
Line 16:
:A parameterized problem <math>L</math> is ''fixed-parameter tractable'' if the question “<math>(x, k) \in L</math>?” can be decided in running time <math>f(k) \cdot |x|^{O(1)}</math>, where <math>f</math> is an arbitrary function depending only on <math>k</math>. The corresponding complexity class is called '''FPT'''.
For example, there is an algorithm which solves the vertex cover problem in <math>O(kn + 1.274^k)</math> time, where <math>n</math> is the number of vertices and <math>k</math> is the size of the vertex cover. This
parameter tractable with
==W hierarchy==
|