Wagner-Fischer algorithm (Edit sequence Sequence Alignment)
Revision as of 08:55, 10 April 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(mn)$ == Space Complexity == $O(mn)$ words (https://dl.acm.org/doi/10.1145/360825.360861) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1974 == Reference == https://dl.acm.org/doi/abs/10.1145/321796.321811")
Time Complexity
$O(mn)$
Space Complexity
$O(mn)$ words
(https://dl.acm.org/doi/10.1145/360825.360861)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1974