Loading practice questions
What is the time complexity of the brute force algorithm used to find the longest common subsequence?
Correct Answer: D — O(2^{n})
Explanation:
The time complexity of the brute force algorithm used to find the longest common subsequence is O(2^{n}).