ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of the brute force algorithm used to find the longest common subsequence?
Correct Answer: D — O(2^{n})
The time complexity of the brute force algorithm used to find the longest common subsequence is O(2^{n}).