From c7e3e8661f3386e71c38de0e498051d5f51ee908 Mon Sep 17 00:00:00 2001 From: Praneeth Date: Sun, 6 Jul 2025 18:20:23 +0530 Subject: [PATCH] Add learning of DP module --- Course2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Course2 b/Course2 index c6128422..4ccb989b 100644 --- a/Course2 +++ b/Course2 @@ -7,3 +7,7 @@ You can choose one module from the list below:- Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. + +Praneeth Katta +Dynamic Programming +Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. \ No newline at end of file