Apostolico and Guerra (Algorithm 2) (LCS Longest Common Subsequence)
Revision as of 10:42, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(rm + sn + n \log s)$ == Space Complexity == $O(p + sn)$ words (https://link.springer.com/content/pdf/10.1007/BF01840365.pdf) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1987 == Reference == https://link.springer.com/article/10.1007/BF01840365")
Time Complexity
$O(rm + sn + n \log s)$
Space Complexity
$O(p + sn)$ words
(https://link.springer.com/content/pdf/10.1007/BF01840365.pdf)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1987