Skip to content

Commit fbe7705

Browse files
authored
Update square_of_sorted_array.py
1 parent a5f9baf commit fbe7705

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

data_structures/array/square_of_sorted_array.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,3 @@ def square(arr):
2626
j += 1
2727

2828
return ans
29-
30-
31-
32-
33-

0 commit comments

Comments
 (0)