DEV Community

Discussion on: Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

Collapse
 
akhilpokle profile image
Akhil

Thanks for your inputs !! Rotation count is the first part of this problem, finding that pivot.

And I have written about find pairs whose sum exists in the array here :
dev.to/akhilpokle/2-ways-to-two-su...

If you have any interesting questions on your mind, please let me know : )