can anyone help me with an efficient solution to rotate an array?
not getting solution of the above?
can anyone help me with an efficient solution to rotate an array?
Hey @while_1, if you scroll down to the bottom of any problem page you will (usually) find a link to the editorial for the problem where is solution is explained by the problem setters. Here is the link, take a look.
Tell us which part of editorial line is not getting to you? I think framing of Editorial is nice according to the beginners level also.
But you didn’t mention about this that you have already seen the editorial solution. You must had inform us that you want another approach apart from editorial solution
This is a cakewalk. You can check my solution. It is a mere 15 lines C++ code and I have put comments
https://www.codechef.com/viewsolution/13071702
Hope it helps