- Transform String [String][Two Pointer]
- Maximize Dot Product [DP] [Greedy] , Solution[DP]
- Next Greater Palindrome [Adhoc][Math]
- Jumping Numbers [Recursion] , Solution
- Find Sum of K Smallest Element in BST[Augmented DS]
- Painters Problem [Binary Search]
- A post order addition BST
- Probability of Knight [Dp]
- Basic BST Operations
- Minimum Element Stack, Solution
- Generate binary numbers in O(n), Solution
- Find out the intersection of 2 linked lists
- Left view of a binary tree, Solution
- Total decoding messages, Solution
- EggFloor Problem[DP], GFG Solution, Nice Visualization
- Max Area Under a histogram, Solution
- Special keyBoard [DP], GFG solution
- Allocate Min Number of Pages, GFG Solution <-- [Based on painters partition problem]
- Mobile Numeric Keypad, GFG solution