From f4291908eea29d6e01f0f25875fe3d192d5afede Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 25 Jul 2026 15:30:25 +0530 Subject: [PATCH] Added Yash Kulkarni learnings to Course3 --- Course3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Course3 b/Course3 index 6ebe1c1f..3daffa6d 100644 --- a/Course3 +++ b/Course3 @@ -9,3 +9,6 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Yash Kulkarni +Dynamic programming +-Breaking complex problems into smaller subproblems. Solvint them by reusin solutions and building algorothms. \ No newline at end of file