In a given sorted array program, we will find the target value. If the value is found, then return the target value index position or if not found, simply return -1.
In this program, instead of brute force, I've applied 2 pointer technique. For more programs, follow this channel. Thank you