This week during our project I learned how the Gradebook and Registrar services actually talk to each other and how final grades move from the instructor side into the student transcript. I had to fix queries, add endpoints, resolve merge conflicts and debug why data wasn’t showing up. It was a good mix of API integration, frontend cleanup, and getting more comfortable working with branches and pull requests.
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