# Dynamic-Programming-Notes **Repository Path**: cjolinss/Dynamic-Programming-Notes ## Basic Information - **Project Name**: Dynamic-Programming-Notes - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-13 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dynamic-Programming-Notes - Source : https://www.youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go - PDF(of notes) : https://drive.google.com/file/d/1TF2Tm1MCD_3HyrPuL1NhC8qmGV3sOs_u/view?usp=sharing - Note :- The two main approaches to DP problems are memoization(top-down approach) and tabulation (bottom-up approach) While I was watching the videos, I saw , many a times he mispelled bottom up as top down . So it might reflect in the notes as well . Please keep this in mind while revising If you have any resources , please add.