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
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
Sociology,
2 months ago
Hindi,
2 months ago
Math,
5 months ago
Math,
10 months ago
Computer Science,
10 months ago