Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd2bfeb

Browse files
committed
feat: 0001
1 parent 5a44f8d commit fd2bfeb

File tree

1 file changed

+1
-1
lines changed
  • 0001.leetcode-twoSum-两数之和

1 file changed

+1
-1
lines changed

0001.leetcode-twoSum-两数之和/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// hash table
1+
// 用hash table
22
// 给定一个整数数组nums和一个目标值target,请你在该数组中找出和为目标值的那两个整数,并返回他们的数组下标。
33
// 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。
44
// 示例:

0 commit comments

Comments
 (0)