Day 61: Started Advanced Algorithms - Kadane's Algorithm
I started the advanced algorithms course today, beginning with learning Kadane's algorithm and solving the relevant leetcode questions. The algorithm itself has some overlap with the sliding window technique, which I will learn soon as well.