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 505d9c6 commit b263e11Copy full SHA for b263e11
lib/src/easy/1.two_sum/problem.txt
@@ -1,8 +1,10 @@
1
1. Two Sum
2
https://leetcode.com/problems/two-sum/
3
4
-Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
5
-You may assume that each input would have exactly one solution, and you may not use the same element twice.
+Given an array of integers nums and an integer target,
+return indices of the two numbers such that they add up to target.
6
+You may assume that each input would have exactly one solution,
7
+and you may not use the same element twice.
8
You can return the answer in any order.
9
10
0 commit comments