Skip to content

Added the description for module1(UPGRAD) #1755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions Course1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ You can choose one module from the list below:-
3)Dynamic Programming


Pawan Dubey
Dynamic Programming
Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems.
Arun Kumar Gopinath
Algorithm Analysis
Algorithm analysis involves evaluating the efficiency and performance of algorithms, typically in terms of time and space complexity. It helps in comparing different algorithms to choose the most optimal one for a specific problem based on computational resources.
added