Chvatal greedy heuristic (Weighted Set-Covering The Set-Covering Problem)

From Algorithm Wiki
Revision as of 11:35, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(dn^{2})$ == Space Complexity == $O(dm)$ (Derived -- worst case, updating each set in S to be something else and we don't want to change the input) == Description == == Approximate? == Approximate Approximation Factor: ln n - lnln n + \Theta(1) == Randomized? == No, deterministic == Model of Computation == == Year == 1979 == Reference == https://www.jstor.org/stable/3689577#metadata_info_tab_contents")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O(dn^{2})$

Space Complexity

$O(dm)$

(Derived -- worst case, updating each set in S to be something else and we don't want to change the input)

Description

Approximate?

Approximate

Approximation Factor: ln n - lnln n + \Theta(1)

Randomized?

No, deterministic

Model of Computation

Year

1979

Reference

https://www.jstor.org/stable/3689577#metadata_info_tab_contents