You are viewing a single comment's thread. Return to all comments →
while(d!=0) { int temp=a.get(0); a.remove(0); a.add(temp); d--; } return a;
Seems like cookies are disabled on this browser, please enable them to open this website
Arrays: Left Rotation
You are viewing a single comment's thread. Return to all comments →
while(d!=0) { int temp=a.get(0); a.remove(0); a.add(temp); d--; } return a;