Tech_Interview_Prep

Two Pointers

Two indices moving through a sequence — from opposite ends or in lockstep — to cut brute-force O(n²) scans to O(n).

Practice MCQs for this concept are coming soon.