Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiren-j authored Aug 27, 2024
1 parent 13c31d6 commit 379bce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 👋 Hello! I'm excited to share my Dynamic Programming Series! 🚀

I've created a comprehensive Dynamic Programming series featuring **115+ problems**, with **90+ problems sourced from LeetCode 📚**. The rest are from **GFG** and **Coding Ninjas**. This series covers **9 different DP patterns**, ranging from **1D to Graph DP 🧩**, with a strong focus on **medium and hard-level problems 🔥**. In each folder, the problems are sequenced based on their serial order, so start with the problem labeled Serial 1, then move to Serial 2, and so on. Make sure you learn the patterns in the following order (click the pattern to jump to the specific folder):
I've created a comprehensive Dynamic Programming series featuring **115+ problems**, with **90+ problems sourced from LeetCode 📚**. The rest are from **GFG** and **Coding Ninjas**. This series covers **10 different DP patterns**, ranging from **1D to Graph DP 🧩**, with a strong focus on **medium and hard-level problems 🔥**. In each folder, the problems are sequenced based on their serial order, so start with the problem labeled Serial 1, then move to Serial 2, and so on. Make sure you learn the patterns in the following order (click the pattern to jump to the specific folder):

- **[1D DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/1D%20DP)** <br>
- **[Multi Dimensional DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Multi%20Dimensional%20DP)** <br>
Expand All @@ -11,6 +11,7 @@ I've created a comprehensive Dynamic Programming series featuring **115+ problem
- **[String DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/String%20DP)** <br>
- **[Stocks DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Stocks%20DP)** <br>
- **[Partition DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Partition%20DP)** <br>
- **[Square Submatrix DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Square%20Submatrix%20DP)** <br>
- **[Tree DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Tree%20DP)** <br>
- **[Graph DP](https://github.com/hiren-j/dsaAffection/tree/C%2B%2B/Dynamic%20Programming/Graph%20DP)** <br> <br>

Expand Down

0 comments on commit 379bce6

Please sign in to comment.