From bba3cc89caf79d21f01289258d52de79d23ed752 Mon Sep 17 00:00:00 2001 From: Abhiram Date: Sun, 6 Jul 2025 19:10:40 +0530 Subject: [PATCH] Added my changes to Course1 --- Course1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Course1 b/Course1 index 2fe30ca6..5acf9e1a 100644 --- a/Course1 +++ b/Course1 @@ -10,3 +10,6 @@ Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Sayani Abhiram +Divide and Conquer Algorithms +Divide and Conquer paradigm is used to solve complex problems by breaking them into smaller subproblems and solving them and combing their solutions \ No newline at end of file