Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a44f8d commit fd2bfebCopy full SHA for fd2bfeb
0001.leetcode-twoSum-两数之和/main.go
@@ -1,4 +1,4 @@
1
-// hash table
+// 用hash table
2
// 给定一个整数数组nums和一个目标值target,请你在该数组中找出和为目标值的那两个整数,并返回他们的数组下标。
3
// 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。
4
// 示例:
0 commit comments