From 59983aecdc2c0a5d0545184b601f84e2e51373cf Mon Sep 17 00:00:00 2001 From: SaiVarshitha123-marojuvarsh Date: Sat, 14 Feb 2026 17:47:57 +0530 Subject: [PATCH] added course3 --- Course3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Course3 b/Course3 index 6ebe1c1f..5aeb6e6d 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. +Sai Varshitha Maroju +Divide and Conquer Algorithms +I learned how to break complex problems into smaller sub-problems and solve them efficiently. By structuring solutions. This approach helps in designing algorithms that are more scalable and effective for real-world scenarios. \ No newline at end of file