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
3 changes: 3 additions & 0 deletions Course3
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Pawan Dubey
Dynamic Programming
Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems.

Sai Varshitha Maroju
Divide and Conquer Algorithms
I learned how to break complex problems into smaller sub-problems and solve them efficiently. By structuring solutions. This approach helps in designing algorithms that are more scalable and effective for real-world scenarios.