diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..ee2dccb5 Binary files /dev/null and b/.DS_Store differ diff --git a/Course1 b/Course1 index 2fe30ca6..0fe91805 100644 --- a/Course1 +++ b/Course1 @@ -9,4 +9,18 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Dynamic Programming (DP) is a powerful technique used in computer science to solve optimization +and decision-making problems efficiently by breaking them down into overlapping subproblems and solving +each subproblem only once, storing the results for future use. + + + + + +Your Name: Tejaswi +Module Name: Python Functions + +I learned how to create and use functions in Python. +It helped me understand how to reuse code and organize logic better. +The practical examples made it easier to grasp function arguments and return values. diff --git a/Course2 b/Course2 index c6128422..b25b1897 100644 --- a/Course2 +++ b/Course2 @@ -7,3 +7,10 @@ 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. + +Your Name: Tejaswi +Module Name: Python Functions + +I learned how to create and use functions in Python. +It helped me understand how to reuse code and organize logic better. +The practical examples made it easier to grasp function arguments and return values. diff --git a/Course3 b/Course3 index 6ebe1c1f..aa641582 100644 --- a/Course3 +++ b/Course3 @@ -9,3 +9,10 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. + +Your Name: Tejaswi +Module Name: Python Functions + +I learned how to create and use functions in Python. +It helped me understand how to reuse code and organize logic better. +The practical examples made it easier to grasp function arguments and return values.