From b22271aaae688e49d9462280b2b2a5fc5b547775 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Thu, 17 Nov 2022 17:05:32 +0500 Subject: [PATCH] Add link to the first problem --- problems/1-two-sum/readme.md | 2 ++ 1 file changed, 2 insertions(+) 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.