Focus: Two Pointer Technique
๐ 1. Learn & Implement Two Pointer Technique
-
Understand how the two-pointer technique works on sorted arrays.
-
Implement the following problems:
๐ง 2. Solve 2 LeetCode Problems Using Two Pointers
✨ Bonus Challenges (Optional but Recommended)
๐ Explore Visualization
Try two-pointer visualizations at:
๐ https://visualgo.net/en/list
๐งฉ Concept Summary
-
Two pointers are most useful for:
-
Sliding window (upcoming)