The Two Pointer Technique means that approaching to the problem by iterating over an array with two pointers. This is generally useful when the head of an array has some kind of relationship with the tail of the array. The concept can be much easier understood from related problems.