What will be the auxiliary space complexity of the code to rotate an array by using the reversal algorithm Q & A › Category: Data Structure › What will be the auxiliary space complexity of the code to rotate an array by using the reversal algorithm 0 Vote Up Vote Down Admin Staff asked 4 years ago What will be the auxiliary space complexity of the code to rotate an array by using the reversal algorithm (d = number of rotations)? a) O(1) b) O(n) c) O(d) d) O(n*d) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) O(1) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...