From ce2c3aa8bd54c2dd31344d793842928b81809eaa Mon Sep 17 00:00:00 2001 From: YDZ Date: Fri, 7 Feb 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0567327..106a5d5e 100644 --- a/README.md +++ b/README.md @@ -735,7 +735,7 @@ | 0665 | Non-decreasing Array | | 19.50% | Easy | | | 0666 | Path Sum IV | | 52.50% | Medium | | | 0667 | Beautiful Arrangement II | | 52.10% | Medium | | -| 0668 | Kth Smallest Number in Multiplication Table | | 42.20% | Hard | | +| 0668 | Kth Smallest Number in Multiplication Table |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0668.%20Kth%20Smallest%20Number%20in%20Multiplication%20Table) | 42.20% | Hard | | | 0669 | Trim a Binary Search Tree | | 60.50% | Easy | | | 0670 | Maximum Swap | | 39.80% | Medium | | | 0671 | Second Minimum Node In a Binary Tree | | 43.30% | Easy | | @@ -771,7 +771,7 @@ | 0701 | Insert into a Binary Search Tree | | 76.10% | Medium | | | 0702 | Search in a Sorted Array of Unknown Size | | 59.30% | Medium | | | 0703 | Kth Largest Element in a Stream | | 46.60% | Easy | | -| 0704 | Binary Search | | 48.00% | Easy | | +| 0704 | Binary Search |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0704.%20Binary%20Search) | 48.00% | Easy | | | 0705 | Design HashSet |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0705.%20Design%20HashSet) | 53.90% | Easy | | | 0706 | Design HashMap |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0706.%20Design%20HashMap) | 56.30% | Easy | | | 0707 | Design Linked List |[Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/0707.%20Design%20Linked%20List) | 21.60% | Easy | |