Skip to content

Commit 53069c9

Browse files
authored
Merge pull request #1 from JagritiJ/patch-1
Update Arrays.ipynb
2 parents f0f6318 + c1eb99d commit 53069c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arrays/Arrays.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"source": [
2828
"* Array is a data structure used to store homogeneous elements at contiguous locations.\n",
29-
"* One memory block is allocated for the entire array Lo hold the clements of the arTny. The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript."
29+
"* One memory block is allocated for the entire array to hold the elements of the arrayy. The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript."
3030
]
3131
},
3232
{

0 commit comments

Comments
 (0)