From c1eb99dcb2b66546ec92afaef0fb10f24d4876a3 Mon Sep 17 00:00:00 2001 From: JagritiJ Date: Sun, 4 Feb 2018 17:11:16 +0530 Subject: [PATCH] Update Arrays.ipynb Hi Omkar, I was looking for Algo and DS in Python when I found this repo. I was reading through the first few lines and found some spelling mistakes. Proposing to change that. --- Arrays/Arrays.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrays/Arrays.ipynb b/Arrays/Arrays.ipynb index 955a607..e6e8803 100644 --- a/Arrays/Arrays.ipynb +++ b/Arrays/Arrays.ipynb @@ -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 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." + "* 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." ] }, {