Skip to content

Commit 302988d

Browse files
committed
merged branch
2 parents 7096968 + ded9c6d commit 302988d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/arrays/rotate_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def reverse(start, end):
3333

3434
for arr, k in examples:
3535
rotated = rotate_array(arr.copy(), k)
36-
print(f"Rotate {arr} by {k}: {rotated}")
36+
print(f"Rotate {arr} by {k}: {rotated}")

0 commit comments

Comments
 (0)