Climbing Stairs | LeetCode | Solution Explained
70. Climbing Stairs is an easy LeetCode problem. We first look at the iterative dynamic programming (dp)...
Island Perimeter | LeetCode | Solution Explained
463. Island Perimeter is an easy problem on LeetCode. I explore the Iterative solution and the depth first...
Word Search | InterviewBit | LeetCode | Solution Explained
79. Word Search is a medium problem on LeetCode, also on InterviewBit. I explain a solution based...
Jump Game | LeetCode | Solution Explained
55. Jump Game on LeetCode is a medium problem. I discuss the iterative dp solution as well...
Dungeon Game | LeetCode | Solution Explained
Dungeon Game is a Hard level problem on LeetCode, requiring us to break the problem down into...
Longest Common Subsequence | LeetCode | Solution Explained
Longest Common Subsequence. One of the most popular string DP questions. I explain the logic with recursive...