📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which algorithm finds the longest common subsequence

    (LCS) of two sequences?
    A Greedy algorithm Correct Answer Incorrect Answer
    B Dynamic Programming Correct Answer Incorrect Answer
    C Divide-and-Conquer Correct Answer Incorrect Answer
    D Backtracking Correct Answer Incorrect Answer
    E BFS Correct Answer Incorrect Answer

    Solution

    LCS uses DP to store results of overlapping subproblems for efficient computation.

    Practice Next
    ask-question