Skip to content

Commit b21fc06

Browse files
authored
Merge pull request TheAlgorithms#254 from akshaykumar123/patch-2
Update Arrays
2 parents 4d0e2cc + 59c797e commit b21fc06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_structures/Arrays

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
arr = [10, 20, 30, 40, 50]
1+
arr = [10, 20, 30, 40]
2+
arr[1] = 30

0 commit comments

Comments
 (0)