Skip to content

Commit 8d1fe74

Browse files
authored
Update 2SUM.py
1 parent 83ac163 commit 8d1fe74

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: 2SUM.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,5 @@ def opposite_indices(arrays):
2727

2828
return indices
2929

30-
# def rococo(array):
31-
32-
# new_array = merge_sort(array)
33-
# count = 0
34-
35-
# for i in range(len(array)-1-count):
36-
# for k in range(1, len(array)-1-count, -1):
37-
# if new_array(i) + new_array():
38-
3930
arrays = [[5, 4, -5, 6, 8]]
40-
print(opposite_indices(arrays))
31+
print(opposite_indices(arrays))

0 commit comments

Comments
 (0)