kamyu104/LeetCode-Solutions

220. Contains Duplicate III - Runtime Error

skystone1000 opened this issue · 1 comments

"220. Contains Duplicate III" is causing runtime error on input:

Nums = [2147483647,-2147483647]
k = 1
t = 2147483647

Fixed, thank you!