From e4e0ca0be70ad2ac3e05a821aa3e3f4d0f252b9e Mon Sep 17 00:00:00 2001 From: YDZ Date: Thu, 30 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 3f4d5d4b..9eb49b5f 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ | 0375 | Guess Number Higher or Lower II | | 37.80% | Medium | | | 0376 | Wiggle Subsequence | | 37.60% | Medium | | | 0377 | Combination Sum IV | | 43.70% | Medium | | -| 0378 | Kth Smallest Element in a Sorted Matrix | | 49.70% | Medium | | +| 0378 | Kth Smallest Element in a Sorted Matrix | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0378.%20Kth%20Smallest%20Element%20in%20a%20Sorted%20Matrix) | 49.70% | Medium | | | 0379 | Design Phone Directory | | 41.70% | Medium | | | 0380 | Insert Delete GetRandom O(1) | | 43.00% | Medium | | | 0381 | Insert Delete GetRandom O(1) - Duplicates allowed | | 32.10% | Hard | |