Given a sorted and rotated array arr[] of size N and a key, the task is to find the key in the array. Input : arr[] = {5, 6, 7, 8, 9, 10, 1, 2, 3}, key = 3 Solution log(n)

AnswerBot
5mo

Use binary search to find the key in a sorted and rotated array.

  • Apply binary search to efficiently find the key in the array.

  • Check if the key is in the left or right half of the array based on the mid...read more

Help your peers!
Add answer anonymously...
FarEye Software Engineer Level 1 Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter