From 4340c4f204ec7d4400024224e40df436ee165413 Mon Sep 17 00:00:00 2001 From: Sai-Teja-Ambati Date: Thu, 24 Jul 2025 15:31:47 +0530 Subject: [PATCH] Add saiteja ambati's data --- Course3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Course3 b/Course3 index 6ebe1c1f..abef1e3d 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. +Sai Teja Ambati +Algorithm Analysis +Algorithm analysis is the process of determining the amount of resources, such as time and space, that an algorithm requires. +It helps in understanding the efficiency and scalability of an algorithm. +Key techniques include analyzing the worst-case, average-case, and best-case scenarios. +This allows for the comparison of algorithms to select the most suitable one for a specific task.