This week I completed the three courses in the Google Cloud Digital Leader training. Covering topics like digital transformation, data, AI, infrastructure, and security. Going through these gave me a much clearer picture of how cloud systems actually work at a higher level and how different pieces fit together in a real business environment. It also helped me connect cloud concepts back to cybersecurity, especially around security, trust, and managing resources at scale. At the same time I started working on buttoning up my capstone festival deliverables. I’ve been focusing on refining everything making sure the final details are clean, organized, and ready to present. This stage has been more about polishing and making sure the project fully represents the work that went into it.
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