ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the space complexity of the above implementation of Wagner-Fischer algorithm where "m" and "n" are the lengths of the two strings?
Correct Answer: C — O(mn)
The space complexity of the above Wagner-Fischer algorithm is O(mn).