haoel / leetcode

LeetCode Problems' Solutions
17.58k stars 4.91k forks source link

fix typo #246

Closed tian3rd closed 3 years ago

tian3rd commented 3 years ago

"v" is a typo, should be "d[n]" to look up the index of number variable "n" in list "nums".