Outside-In algorithm (Turnpike Problem Turnpike Problem)
Revision as of 11:17, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O({2}^n nlogn)$ == Space Complexity == $O(n)$ words (Seems like this just needs to keep track of current configuration being tested) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1991 == Reference == NA")
Time Complexity
$O({2}^n nlogn)$
Space Complexity
$O(n)$ words
(Seems like this just needs to keep track of current configuration being tested)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1991
Reference
NA