From 68d7cdcb5e21b1ef217cce368c745e7aa717719e Mon Sep 17 00:00:00 2001 From: Deepak Lamba Date: Fri, 23 Aug 2024 20:12:08 +0530 Subject: [PATCH] Changes to Course 1 --- Course1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Course1 b/Course1 index 2fe30ca6..4988fb14 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. +Deepak Lamba +Algorithm Analysis +Analyze algorithms to find time and space complexities and based on complexity decide which algorithm to use. \ No newline at end of file