Explanation: the time complexity of the brute force algorithm used to find the longest common subsequence is o(2n).
Q. What is the time complexity of the brute force algorithm used to find the longest common subsequence?
β
Correct Answer: (D)
o(2n)
Explanation by: Mr. Dubey
the time complexity of the brute force algorithm used to find the longest common subsequence is o(2n).
Discussion
Question Analytics
492
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
83%
Success Rate