Add link to the first problem
This commit is contained in:
parent
2d67ddb493
commit
b22271aaae
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# 1. Two sum
|
||||
|
||||
[Leetcode](https://leetcode.com/problems/two-sum/)
|
||||
|
||||
Given an array of integers nums and an integer target,
|
||||
return indices of the two numbers such that they add up to target.
|
||||
|
||||
|
|
Loading…
Reference in a new issue