Leetcode-Edit String 2 August 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. All problems ask you to edit strings. Continue reading
Leetcode-Buy and sell stock 14 June 2020 in Leetcode Some Leetcode problems can be solved by dp effectively Continue reading
Leetcode-0/1 knapsack problem 31 May 2020 in Leetcode Some Leetcode problems can be solved by 0/1 knapsack effectively Continue reading
Leetcode-Longest Increasing Subsequence 30 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. All problems are related to Longest Increasing Subsequence. Continue reading
Leetcode-Integer Break 29 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. Continue reading
Leetcode-Range Array 28 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. Continue reading
Leetcode-Path in the matrix 19 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. All problems are related to paths in the matrix. Continue reading