Skip to content

Commit e8482b4

Browse files
authored
Update array-and-strings.txt
1 parent ca7204b commit e8482b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array-and-strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Solution:
5555

5656

5757
5) A left rotation operation on an array shifts each of the array's elements unit to the left. For example,
58-
if left rotations are performed on array [1, 2, 3, 4, 5], then the array would become [3, 4, 5, 1, 2].
58+
if 2 left rotations are performed on array [1, 2, 3, 4, 5], then the array would become [3, 4, 5, 1, 2].
5959

6060
Solution:
6161

0 commit comments

Comments
 (0)