From 1bf34500243365a11994594a81720d0d8145018b Mon Sep 17 00:00:00 2001 From: tejusrblues Date: Wed, 26 Feb 2025 07:29:37 +0530 Subject: [PATCH] Updated Course3 for TejusR --- Course3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Course3 b/Course3 index 6ebe1c1f..6cc6f3a7 100644 --- a/Course3 +++ b/Course3 @@ -9,3 +9,9 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Tejus Raju +Algorithm Analysis +Learnings from the module: + - Understanding different algorithms and the underlying problem statement it tries to solve + - Trying to fit the current problem statement to the ones that have been solved using these algorithms, and then solving them. + - Appreciating how algorithms scale and its complexities(Time and Space) and identifying which suits best based on the constraints at hand.