Two Pointers
Term side of the Card
Topic: Various
Unit title: Two Pointers
Categories: Technique
Explanation side of the Card
Explanation: The approach where two markers move through a data structure at different speeds or positions to solve problems like searching for pairs or finding a subarray. Commonly used in array and string manipulation.