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 | |