Dynamic Programming Coding Problems

Solve complex problems with optimal substructure

602
Total Problems
14
Easy
295
Medium
290
Hard
Start Practicing

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Dynamic Programming Coding Problems

Practice problems frequently asked at Dynamic Programming 602 problems | 14 Easy | 295 Medium | 290 Hard

# Problem Difficulty Topics
136 Find Good Days to Rob the Bank Medium
ArrayDynamic ProgrammingPrefix Sum
137 Find Maximum Non-decreasing Array Length Hard
ArrayBinary SearchDynamic Programming
138 Find Maximum Number of Non Intersecting Substrings Medium
Hash TableStringDynamic Programming
139 Find Maximum Removals From Source String Medium
ArrayHash TableTwo Pointers
140 Find Minimum Cost to Remove Array Elements Medium
ArrayDynamic Programming
141 Find Minimum Time to Finish All Jobs Hard
ArrayDynamic ProgrammingBacktracking
142 Find Number of Coins to Place in Tree Nodes Hard
Dynamic ProgrammingTreeDepth-First Search
143 Find Number of Ways to Reach the K-th Stair Hard
MathDynamic ProgrammingBit Manipulation
144 Find Sum of Array Product of Magical Sequences Hard
ArrayMathDynamic Programming
145 Find the City With the Smallest Number of Neighbors at a Threshold Distance Medium
Dynamic ProgrammingGraphShortest Path
146 Find the Count of Monotonic Pairs I Hard
ArrayMathDynamic Programming
147 Find the Count of Monotonic Pairs II Hard
ArrayMathDynamic Programming
148 Find the Derangement of An Array Medium
MathDynamic ProgrammingCombinatorics
149 Find the Largest Palindrome Divisible by K Hard
MathStringDynamic Programming
150 Find the Lexicographically Smallest Valid Sequence Medium
Two PointersStringDynamic Programming
Showing 136-150 of 602
1 ... 8 9 10 11 12 ... 41

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.