diff --git a/Course1 b/Course1 index 2fe30ca6..5a72fb7c 100644 --- a/Course1 +++ b/Course1 @@ -10,3 +10,9 @@ Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +HI, +This is Bhavana + +From the module on cloning and open-source collaboration, I learned how to fork a repository to my own GitHub account and clone it to my local system using git clone. This allows me to contribute to open-source projects without affecting the original codebase. I also understood how to make changes, commit them, and create a pull request to propose updates. Overall, the module highlighted the importance of Git and GitHub in managing collaborative software development. + +