diff --git a/problems/1-two-sum/readme.md b/problems/1-two-sum/readme.md index 6042b65..f5ed001 100644 --- a/problems/1-two-sum/readme.md +++ b/problems/1-two-sum/readme.md @@ -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.