TIL

Today, I focused my academic efforts on Tree Theory within the field of Discrete Mathematics. Although I had previously encountered this topic while studying algorithms, approaching it from a formal academic perspective provided a valuable opportunity to solidify my foundational knowledge. While I have yet to achieve a comprehensive understanding of every intricate detail, I successfully clarified the concept of binary trees, which had previously been a point of confusion for me.

In addition to my theoretical studies, I resumed solving array on NeetCode. Having taken a brief hiatus from algorithmic practice, I found that even relatively straightforward problems required more cognitive effort than anticipated. Furthermore, I successfully established an automated workflow that synchronizes my progress. For now, whenever a solution passes all test cases, it is automatically documented on my blog. This system will allow me to maintain a consistent record of my technical growth while balancing my professional and academic obligations.

Leave a comment