Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed issue 32
  • Loading branch information
imalK96 committed Jul 8, 2020
commit 262a78eb2b6c802e5c9f5508818cab5a7ffe3dc8
4 changes: 2 additions & 2 deletions Arrays/Arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"source": [
"* Array is a data structure used to store homogeneous elements at contiguous locations.\n",
"* One memory block is allocated for the entire array to hold the elements of the array. The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript."
"* One memory block is allocated for the entire array to hold the elements of the array. The array elements can be accessed in constant time by using the index of the particular element as the subscript."
]
},
{
Expand Down Expand Up @@ -348,4 +348,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}