Smith–Waterman algorithm (Edit sequence, local alignment Sequence Alignment)
Revision as of 10:33, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(mn^{2})$ == Space Complexity == $O(mn)$ words (Uses an m*n array, whose contents are of size O(1)) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1981 == Reference == https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0022283681900875")
Time Complexity
$O(mn^{2})$
Space Complexity
$O(mn)$ words
(Uses an m*n array, whose contents are of size O(1))
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1981
Reference
https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/0022283681900875