Last week I completed the first certificate in my capstone plan, which focused on the foundations of Agile project management and Scrum concepts. This week I have been making strong progress on my second certificate and have worked through several modules that introduce core cloud computing concepts and how modern applications run in cloud environments. My plan for next week is to continue progressing through the remaining modules and assessments so I can move closer to completing the second certificate. At the moment I am not facing any major challenges and the course material has been clear and manageable so far.
This week I focused a lot on understanding time complexity and recursive analysis. It was challenging at first to figure out how to break down recursive functions and write the correct recurrence relations. Applying the Master Theorem was especially tough because I had to carefully identify each part of the formula and decide which case applied. I also spent time reviewing the difference between Big O, Big Omega, and Big Theta, which helped me better understand how to describe the efficiency of an algorithm. These concepts took time to click but working through examples really helped.
Comments
Post a Comment