Skip to content

Commit 6e07cdb

Browse files
chore: sync content to repo (#9860)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
1 parent 9fbb43b commit 6e07cdb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Two Sum
2+
3+
The Two Sum problem asks you to find two numbers within an array that, when added together, equal a specific target value. You are typically given an array of integers and a target integer. The goal is to return the indices of the two numbers that sum up to the target. It's often assumed that each input array will have exactly one solution, and you cannot use the same element twice.
4+
5+
Visit the following resources to learn more:
6+
7+
- [@official@Two Sum](https://leetcode.com/problems/two-sum/description/)

0 commit comments

Comments
 (0)