Two Pointers Technique explained with an Example
Explaination:
Introduction:
Two Pointers technique is an easy and efficient technique used in searching pairs in a Sorted Array.
It works for sorted arrays only so if the array is not sorted, You have to apply any efficient sorting algorithm.
Appro...
devraj-jhala.hashnode.dev4 min read