From 1b3a1c64375c496d4aa0c7e3eae1b8de9b4e9a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jobert=20S=C3=A1?= <1816444+jobearrr@users.noreply.github.com> Date: Thu, 15 Aug 2024 07:48:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e24ccfa..792e992 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ You can find the walkthrough with detailed solutions to all the problems on my b | 13 | [Roman to Integer][013] | **`HT`** **`M`** **`S`** | ![Difficulty][easy-shield] | | 14 | [Longest Common Prefix][014] | **`S`** **`T`** | ![Difficulty][easy-shield] | | 15 | [3Sum][015] | **`A`** **`TP`** **`SO`** | ![Difficulty][medium-shield] | +| 16 | [3Sum Closest][016] | **`A`** **`TP`** **`SO`** | ![Difficulty][medium-shield] | ### Topics - **`A`** : Array @@ -155,3 +156,4 @@ Please acknowledge [the license](https://github.com/jobearrr/LeetSwift/blob/main [013]: https://leetcode.com/problems/roman-to-integer [014]: https://leetcode.com/problems/longest-common-prefix [015]: https://leetcode.com/problems/3sum +[016]: https://leetcode.com/problems/3sum-closest