Entering edit mode
9.7 years ago
sarah-spie
•
0
I have a question regarding the runtime & memory space with
- Needleman-Wunsch: A sequence with 1000 characters needs 1 second & 32 MB - how long & how much a 2000 character sequence?
- Gotoh: same instructions
I know that runtime of Needleman-Wunsch is O=(n^2), but do i need to square the ratio?
depends on the implementation of Needleman-Wunsch algorithm (language, platform,...)
Don't bother... it's a homework assignment.