Hirschberg's algorithm (Edit sequence Sequence Alignment)
Revision as of 07:54, 10 April 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(mn)$ == Space Complexity == $O(n)$ words (https://dl.acm.org/doi/10.1145/360825.360861) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1975 == Reference == https://dl.acm.org/doi/10.1145/360825.360861")
Time Complexity
$O(mn)$
Space Complexity
$O(n)$ words
(https://dl.acm.org/doi/10.1145/360825.360861)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1975