πŸ““
Algorithms
search
⌘Ctrlk
πŸ““
Algorithms
  • Introduction to Data Structures & Algorithms with Leetcode
  • Strings
    • Dutch Flags Problem
    • Counters
    • Maths
    • Two Pointers
    • Sliding Window
    • Stacks
    • General Strings & Arrays
    • Matrices
  • Trees
    • Untitled
  • Recursion
    • Introduction
    • Backtracking
  • Dynamic Programming
    • Introduction
    • Minimum (Maximum) Path to Reach a Target
    • Distinct Ways
    • Merging Intervals
    • DP on Strings
  • Binary Search
    • Introduction
    • Advanced
  • Graphs
    • Binary Trees
    • n-ary Trees
    • Binary Search Trees
  • Practice
  • Linked Lists
    • What is a Linked List?
    • Add Two Numbers
    • Reverse a Linked List
    • Tortoise & Hare Algorithm
  • Bitshifting
    • Introduction
  • Not Done Yet
    • Uncompleted
    • Minimum Cost For Tickets
    • Minimum Falling Path Sum
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Dynamic Programming

Introduction

Note: I have written extensively about Dynamic Programming, and even a book on it! This section will feature that, and more.

This section is based off of the famous Leetcode post, Dynamic Programming Patternsarrow-up-right.

file-pdf
1MB
Algorithm_Design.pdf
PDF
arrow-up-right-from-squareOpen
LogoDynamic Programming Patterns - Discuss - LeetCodeLeetCodechevron-right

  1. DP for Beginners [Problems | Patterns | Sample Solutions]arrow-up-right by @wh0ami

    • [LIST]arrow-up-right

  2. DP Patternsarrow-up-right by @aatalyk

  3. How to solve DP - String? Template and 4 Steps to be followedarrow-up-right by @igooglethings

  4. Dynamic Programming Questions threadarrow-up-right by @karansingh1559

  5. DP Classification helpful notesarrow-up-right by @adityakrverma

  6. How to approach DP problemsarrow-up-right by @heroes3001

  7. Iterative DP for subset sum problemsarrow-up-right by @yuxiangmusic

  8. DP problems summary (problem categorization)arrow-up-right by @richenyunqi

PreviousPermutationschevron-leftNextMinimum (Maximum) Path to Reach a Targetchevron-right

Last updated 5 years ago