Skip to content
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
19 changes: 7 additions & 12 deletions Course2
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
Hello you can tell us your name and the module name from course2 you want to contribute to.
You can choose onemodule from the list below:-
1)Algorithm Analysis
2)Divide and Conquer Algorithms
3)Divide & Conquer Algorithms
4)Greedy Algorithm
5)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.



Manoj Hegde
Greedy Algorithms
find a locally optimum solution in each step so that it would be globally optium -greedy approach:wq