From 11c6d7ee9e01173b64fde7ad5c388eeccd30f3a6 Mon Sep 17 00:00:00 2001 From: gowrisubhak Date: Sat, 19 Apr 2025 22:18:38 +0530 Subject: [PATCH] Initial commit --- Course1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Course1 b/Course1 index 2fe30ca6..847ed5cd 100644 --- a/Course1 +++ b/Course1 @@ -5,8 +5,8 @@ You can choose one module from the list below:- 3)Dynamic Programming -Pawan Dubey -Dynamic Programming -Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Gowrisubha K +Algorithm Analysis +Understanding the Algorithms and applying it in real world problems to solve.