From 3ba40f94ca5b2c7d2f22fea000693c97e3c9ff2c Mon Sep 17 00:00:00 2001 From: YDZ Date: Mon, 27 Jan 2020 20:20:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab678acd..3f4d5d4b 100644 --- a/README.md +++ b/README.md @@ -1268,7 +1268,7 @@ | 1198 | Find Smallest Common Element in All Rows     | | 71.8% | Medium | | | 1199 | Minimum Time to Build Blocks     | | 30.1% | Hard | | | 1200 | Minimum Absolute Difference     | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1200.%20Minimum%20Absolute%20Difference) | 66.3% | Easy | | -| 1201 | Ugly Number III     | | 23.9% | Medium | | +| 1201 | Ugly Number III     | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1201.%20Ugly%20Number%20III) | 23.9% | Medium | | | 1202 | Smallest String With Swaps     | | 39.2% | Medium | | | 1203 | Sort Items by Groups Respecting Dependencies     | | 46.9% | Hard | | | 1204 | Last Person to Fit in the Elevator    New | | 65.8% | Medium | |