Next day work Run everything in debug mode and make as many break points as possible Create a few questions from ChatGPT and solve those questions Yet to complete Power of two Recursive fubonacci sequence Recursive factorial number bubble sort Insertion sort Quick Sort Merge sort Misc Catesian Climbing Stair Tower of hanoi Leetcode patterns Tutorial Focus on pattern that repeat over an over again Sliding window pattern Subset pattern Modified binary search pattern Top k elements pattern Binary tree DFS Topological sort Binary tree BFS Two pointer