Skip to content

Commit

Permalink
Merge pull request #31 from ParisaShabestari/patch-1
Browse files Browse the repository at this point in the history
Update Arrays.py
  • Loading branch information
theja-m authored Oct 7, 2024
2 parents 8738a69 + cf5a5af commit ad84d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data Structures - Arrays/Arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#pop() Removes the element at the specified position
#remove() Removes the first item with the specified value
#reverse() Reverses the order of the list
#ort() Sorts the list
#sort() Sorts the list

#List objects are implemented as arrays.
#They are optimized for fast fixed-length operations and incur O(n) memory movement costs for pop(0) and insert(0, v)
Expand Down

0 comments on commit ad84d86

Please sign in to comment.