Some resources that helped me
- Binary Search https://leetcode.com/discuss/general-discussion/786126/python-powerful-ultimate-binary-search-template-solved-many-problems
- Two Pointer Approach https://algodaily.com/lessons/using-the-two-pointer-technique/what-is-the-pattern-2
- Kadane’s Algorithm https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/
- Sliding Window https://medium.com/outco/how-to-solve-sliding-window-problems-28d67601a66