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