Two Pointers & Sliding Window Applied in problems such as Container With Most Water, Trapping Rain Water, Max Width Ramp, Sliding Window Maximum to optimize brute-force solutions. Sorting + Greedy + ...
Sliding Window Maximum Problem: Given an array and a window size k, return the maximum value in each window as it slides from left to right. Brute Force Approach: Iterate through each window of size k ...
This repository is all about my coding practice in Skillrack Platform - nivedha-ravi/Code-and-Compile ...