forked from upgrad-edu/Course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourse3
More file actions
17 lines (12 loc) · 742 Bytes
/
Course3
File metadata and controls
17 lines (12 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
What are the key concepts you learnt from these courses
You can choose one module from the list below:-
1)Algorithm Analysis
2)Divide and Conquer Algorithms
3)Dynamic Programming
Rahul Yadav
Dynamic Programming
Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems.
#3-4 sentences on your learnings from that module
Open source means code released under a public license that anyone can inspect, modify, and redistribute.
Learning that major companies (e.g., Microsoft, Google) both use and contribute to open source shows its production‑grade maturity and industry value.
Contributing to open source helps understand real‑world codebases, build a global network.