From e20ea29d66fe544d36b2c047ab504fea04323f37 Mon Sep 17 00:00:00 2001 From: Sachin Hase Date: Tue, 11 Mar 2025 22:21:22 +0530 Subject: [PATCH] Sachin Hase added learning about Analysis of Algorithm --- Course3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Course3 b/Course3 index 6ebe1c1f..ce49e0c7 100644 --- a/Course3 +++ b/Course3 @@ -9,3 +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. +Sachin Hase +Algorithm Analysis +Understanding the how much time or space will be required to execute the algorithm. There are three types for analysis of time , +first one is Big Oh, second one is Theta and third one is Omega. +