Exhaustive search (Minimum Wiener Connector problem Wiener Index)
Revision as of 11:18, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == {2}^($O(n)$) == Space Complexity == $O(n)$ auxiliary words (Keeps track of current subset being checked, minimum subset, and O(1) Wiener indices) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 2015 == Reference ==")
Time Complexity
{2}^($O(n)$)
Space Complexity
$O(n)$ auxiliary words
(Keeps track of current subset being checked, minimum subset, and O(1) Wiener indices)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2015