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