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