DEV Community

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

Collapse
 
ashutosh049 profile image
ashutosh049

Can you write on Advanced Binary Search and it's applications in different problems like finding the rotation count(pivot) in rotated sorted array or find pairs whose sum is already present in given array. BTW nice article. Thnx :)

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 : )