IntermediateVocabulary#computer-science-fundamentals#developer-tools#backend

Two-Pointer Technique Vocabulary

Learn the vocabulary of two pointers converging across a sorted array instead of checking every pair.

0 / 5 completed
1 / 5
At standup, a dev mentions solving a problem on a sorted array by starting one pointer at the beginning and another at the end, moving them toward each other based on a comparison, instead of checking every possible pair of elements. What is this technique called?