Vidyalelo
Data Structure · Q65

Arrays in Data Structures

Programming · Data Structure · question 65

Q65

Which of the following algorithm to rotate an array has the maximum time complexity?

A.
rotate elements one by one
Answer
B.
juggling algorithm
C.
reversal algorithm
D.
using a temporary array

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board