Q65
Which of the following algorithm to rotate an array has the maximum time complexity?
A.
rotate elements one by one
AnswerB.
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