Tag: coding patterns
All the articles with the tag "coding patterns".
Coding Patterns | Two Pointers
Published: at 11:01 AMGiven an array of sorted numbers and a target sum, find a pair in the array whose sum is equal to the given target.
All the articles with the tag "coding patterns".
Given an array of sorted numbers and a target sum, find a pair in the array whose sum is equal to the given target.