Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions Course1
Original file line number Diff line number Diff line change
Expand Up @@ -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.

7 changes: 7 additions & 0 deletions Course2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 7 additions & 0 deletions Course3
Original file line number Diff line number Diff line change
Expand Up @@ -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.