David Sankoff (Edit sequence, global alignment Sequence Alignment)
Revision as of 10:33, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(mn)$ == Space Complexity == $O(mn)$ words (Uses a constant number of m*n arrays, whose contents are of size O(1)) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1972 == Reference == https://www-ncbi-nlm-nih-gov.ezproxy.canberra.edu.au/pmc/articles/PMC427531/")
Time Complexity
$O(mn)$
Space Complexity
$O(mn)$ words
(Uses a constant number of m*n arrays, whose contents are of size O(1))
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1972
Reference
https://www-ncbi-nlm-nih-gov.ezproxy.canberra.edu.au/pmc/articles/PMC427531/