Garsia–Wachs algorithm (Alphabetic Tree Problem Optimal Binary Search Trees)
Revision as of 11:15, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n \log n)$ == Space Complexity == $O(n)$ words (https://epubs.siam.org/doi/epdf/10.1137/0206045, See implementation of MINTREE) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1977 == Reference == https://epubs.siam.org/doi/abs/10.1137/0206045")
Time Complexity
$O(n \log n)$
Space Complexity
$O(n)$ words
(https://epubs.siam.org/doi/epdf/10.1137/0206045, See implementation of MINTREE)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1977