Computer Science, asked by surya3478, 1 year ago

Given an array of size n and multiple values around which we need to left rotate the array.

Answers

Answered by choudhary21
1

Explanation:

Search an element in a sorted and rotated array. An element in a sorted array can be found in O(log n) time via binary search.

But suppose we rotate an ascending order sorted array at some pivot unknown to you beforehand.

Answered by yashwant89
0

Answer:

your answer

Explanation:

thank you for asking

Attachments:
Similar questions