From 51ef7b6324fc42f9b5fda8411b3def6d8c02e891 Mon Sep 17 00:00:00 2001 From: priya-1401 <108124861+priya-1401@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:01:11 +0530 Subject: [PATCH] Added Learnings of the module Added a new entry discussing algorithm efficiency and complexity. --- Course1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Course1 b/Course1 index 2fe30ca6..29626b4e 100644 --- a/Course1 +++ b/Course1 @@ -9,4 +9,8 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Dwara Veera Lakshmi Priya +The efficiency of an algorithm by measuring its resource consumption, typically time complexity (speed) and space complexity (memory usage), as input size grows. + +