Hello!
I posted a tutorial on the Divide and Conquer Dynamic Programming Optimisation on my YouTube channel Algorithms Conquered. I cover the problem Subarray Squares from the CSES Advanced Techniques problem set. Check it out if you're interested!
I also have a tutorial on the Convex Hull Trick dp optimisation (surprisingly the most viewed and longest watched tutorial on my channel) and on other concepts like Persistent Segment Trees, Sparse Tables, Mo's Algorithm and Parallel Binary Search.
I very much like your videos. I am recently checking out your subset problem dynamic programming problem N sqrt(N) optimization but it seems very hard. Will take some days before I understand it fully. Genius algorithm it is.
Thank you! I'm glad you're learning from my post [Tutorial] Subset Sum Square Root Optimisation!
I also have a post on [Tutorial] 2-SAT if you enjoy my explanations.