Skip to content
#

11-dp-patterns

Here is 1 public repository matching this topic...

This series aims to teach you DP with everything sequenced step by step, fully readable code with necessary comments. It includes 135+ problems, 105+ from LeetCode, covering 11 DP patterns from 1D to Graph DP. Includes Top-Down & Bottom-Up solutions, multiple ways of writing Top-Down solutions, and space optimizations (e.g., 1D to constant space).

  • Updated Sep 15, 2024

Improve this page

Add a description, image, and links to the 11-dp-patterns topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 11-dp-patterns topic, visit your repo's landing page and select "manage topics."

Learn more