Are you sure you're getting this? Click the correct answer from the options.
Solving Longest Increasing Subsequence problem using dynamic programming with memoization will have the time complexity:
Click the option that best answers the question.
- O(n)
- O(n^2)
- O(log n)
- O(n log n)