📓
Algorithms
search
Ctrlk
  • Introduction to Data Structures & Algorithms with Leetcode
  • Strings
    • Dutch Flags Problemchevron-right
    • Counterschevron-right
    • Mathschevron-right
    • Two Pointerschevron-right
    • Sliding Windowchevron-right
    • Stackschevron-right
    • General Strings & Arrayschevron-right
    • Matriceschevron-right
  • Trees
    • Untitled
  • Recursion
    • Introduction
    • Backtrackingchevron-right
  • Dynamic Programming
    • Introduction
    • Minimum (Maximum) Path to Reach a Targetchevron-right
    • Distinct Wayschevron-right
    • Merging Intervalschevron-right
    • DP on Stringschevron-right
  • Binary Search
    • Introductionchevron-right
    • Advancedchevron-right
  • Graphs
    • Binary Treeschevron-right
    • n-ary Treeschevron-right
    • Binary Search Treeschevron-right
  • Practice
  • Linked Lists
    • What is a Linked List?
    • Add Two Numberschevron-right
    • Reverse a Linked List
    • Tortoise & Hare Algorithmchevron-right
  • 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

Was this helpful?

Was this helpful?