Topic: Two Pointer Problem / Level: beginner

Problem: Check if a rotated version of a sorted array contains a given element using two pointers.

Run the code to see the output here...