Skip to content

Commit 8c393dc

Browse files
author
He Hao
committed
add solution for problem 1713
1 parent a41f7ef commit 8c393dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

leetcode_python_solutions/1713.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Solution:
1414

1515
def minOperations(self, target: List[int], arr: List[int]) -> int:
1616
m = len(target)
17-
n = len(arr)
1817
hash_map = {}
1918
for i, num in enumerate(target):
2019
hash_map[num] = i

0 commit comments

Comments
 (0)