Chen; I. Kanj; and W. Jia. (The Vertex Cover Problem The Vertex Cover Problem): Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O( | $O({1.2738}^k+ kn)$ | ||
== Space Complexity == | == Space Complexity == | ||
$O( | $O(poly(n))$ words | ||
( | (https://www.cs.lafayette.edu/~gexia/research/mfcs06.pdf) | ||
== Description == | == Description == | ||
Line 27: | Line 27: | ||
== Year == | == Year == | ||
2006 | |||
== Reference == | == Reference == | ||
https:// | https://www.cs.lafayette.edu/~gexia/research/mfcs06.pdf |
Revision as of 12:16, 15 February 2023
Time Complexity
$O({1.2738}^k+ kn)$
Space Complexity
$O(poly(n))$ words
(https://www.cs.lafayette.edu/~gexia/research/mfcs06.pdf)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2006