DEV Community

Dp Learnings Series' Articles

Back to Prashant Mishra's Series
House Robber leetcode problem

House Robber leetcode problem

7
Comments
1 min read
Jump game leetcode problem

Jump game leetcode problem

Comments
2 min read
Jump game II leetcode problem

Jump game II leetcode problem

Comments
1 min read
Cherry Pickup II Leetcode Problem

Cherry Pickup II Leetcode Problem

4
Comments
2 min read
Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

3
Comments
4 min read
Maximum Sum Problem GeeksForGeeks

Maximum Sum Problem GeeksForGeeks

3
Comments
2 min read
Count Palindrome Sub-Strings of a String GeeksForGeeks

Count Palindrome Sub-Strings of a String GeeksForGeeks

3
Comments
1 min read
Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

7
Comments
2 min read
0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

Comments
3 min read
Shortest distance from source to all other nodes in a Directed Acyclic Graph

Shortest distance from source to all other nodes in a Directed Acyclic Graph

3
Comments
2 min read
Coin change Leetcode

Coin change Leetcode

1
Comments
1 min read
Coin Change 2 Leetcode

Coin Change 2 Leetcode

1
Comments
1 min read
Target Sum or Partition with given difference Leetcode

Target Sum or Partition with given difference Leetcode

1
Comments
3 min read
Rod cutting Problem (similar to unbounded knapsack)

Rod cutting Problem (similar to unbounded knapsack)

1
Comments
1 min read
Length of longest common substring

Length of longest common substring

Comments
1 min read
Longest Palindromic subsequence (Same as Lcs)

Longest Palindromic subsequence (Same as Lcs)

3
Comments
2 min read
Minimum Insertion steps needed to make a string palindrome (Same as LCS)

Minimum Insertion steps needed to make a string palindrome (Same as LCS)

3
Comments
1 min read
Minimum number of Insertion and deletion needed to convert String A to String B or make both the strings equal (same as lcs)

Minimum number of Insertion and deletion needed to convert String A to String B or make both the strings equal (same as lcs)

3
Comments
2 min read
Shortest Common Super-sequence Leetcode (Same as Lcs string)

Shortest Common Super-sequence Leetcode (Same as Lcs string)

4
Comments
2 min read
Distinct Subsequence Leetcode

Distinct Subsequence Leetcode

Comments
2 min read