OmkarPathak / Data-Structures-using-Python

This is my repository for Data Structures using Python
GNU General Public License v3.0
941 stars 438 forks source link

Typo #32

Closed RakeshJarupula closed 4 years ago

RakeshJarupula commented 4 years ago

Array.ipynb file

'The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript.'

imalK96 commented 4 years ago

Can I take this issue up? @OmkarPathak

OmkarPathak commented 4 years ago

@imalK96 go ahead

imalK96 commented 4 years ago

@OmkarPathak I have fixed the typo https://github.com/OmkarPathak/Data-Structures-using-Python/pull/33