Skip to content

Commit 3daa187

Browse files
authored
Merge pull request MisterBooo#101 from douysu/master
update notes 0001-Two-Sum
2 parents 296392f + ea0c2c8 commit 3daa187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notes/LeetCode第1号问题:两数之和.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public:
5858

5959
record[nums[i]] = i;
6060
}
61+
62+
return {};
6163
}
6264
};
6365

0 commit comments

Comments
 (0)