Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
LeetCodeAnimation
Commits
4f4ed06d
Unverified
Commit
4f4ed06d
authored
May 14, 2020
by
hnczlsr
Committed by
GitHub
May 14, 2020
Browse files
add default return value to Two-Sum solution
parent
9c0eb9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
0001-Two-Sum/Article/0001-Two-Sum.md
View file @
4f4ed06d
...
...
@@ -57,6 +57,7 @@ public:
record[nums[i]] = i;
}
return {};
}
};
...
...
@@ -66,4 +67,4 @@ public:

\ No newline at end of file

Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment