Computer Science, asked by prachisondhiya, 5 months ago

Q.1 Given a starting point in a second array of size XY. You have to rotate subarray of size N starting from given starting point.​

Answers

Answered by vk8091624
1

Answer:

Write a function rotate(ar[], d, n) that rotates arr[] of size n by d ... leftRotate( arr[], d, n) start For i = 0 to i < d Left rotate all

Similar questions