From 9c01e2abb6c59e52e03ea6da0f09a65c7b225ccb Mon Sep 17 00:00:00 2001 From: nikhil-rai-ds Date: Wed, 27 Nov 2024 15:11:46 +0530 Subject: [PATCH] adding my learnings --- Course2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Course2 b/Course2 index c6128422..949c9a0b 100644 --- a/Course2 +++ b/Course2 @@ -7,3 +7,8 @@ You can choose one module from the list below:- Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. + +Nikhil Rai +Divide and Conquer Algorithms +Through these algorithms I understood how breaking the big problem into smaller ones and storing there resuls helps us in reduced computation time. +Some examples are Recursion,Binary Search