Skip to content

Commit

Permalink
Added resources for C++ and Dynamic Programming (#587)
Browse files Browse the repository at this point in the history
* Added resources for C++ and Dynamic Programming

* Added resources for C++ and Dynamic Programming

* Update README.md

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
  • Loading branch information
Soumyadip-Roy and shahednasser authored Sep 22, 2023
1 parent 3fa0b5e commit db8c5ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ Throughout this list you'll see next to each resource and emoji. Here's what eac
- :bulb: [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet)
- :books: [C++ Tutorial - Learn CPP in Detail](https://www.scaler.com/topics/cpp/)
- :video_camera: [Complete C++ Placement DSA Course](https://youtube.com/playlist?list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA)
- :file_folder: [C++ Reference](https://en.cppreference.com/w/cpp)

---

Expand Down Expand Up @@ -555,6 +556,8 @@ Throughout this list you'll see next to each resource and emoji. Here's what eac
- :green_book: [Dynamic Programming GeeksforGeeks](https://www.geeksforgeeks.org/dynamic-programming/)
- :green_book: [Finding the largest zero submatrix](https://cp-algorithms.com/dynamic_programming/zero_matrix.html)
- :video_camera: [Best Dynamic Programming Playlist](https://youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go)
- :video_camera: [Dynamic Programming Playlist - Interview Questions - Recursion - Tabulation - Striver - C++ - Java - DSA - Placements](https://www.youtube.com/playlist?list=PLgUwDviBIf0qUlt5H_kiKYaNSqJ81PMMY)


### Linear Algebra

Expand Down

0 comments on commit db8c5ef

Please # to comment.