From 9cb59fca6645789345fbb89b58812ef0d8197dbc Mon Sep 17 00:00:00 2001 From: YDZ Date: Sat, 10 Aug 2019 10:31: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 dc152355..5144b298 100644 --- a/README.md +++ b/README.md @@ -1081,7 +1081,7 @@ | 1014 | Best Sightseeing Pair | | 49.30% | Medium | | | 1015 | Smallest Integer Divisible by K | | 28.40% | Medium | | | 1016 | Binary String With Substrings Representing 1 To N | | 60.70% | Medium | | -| 1017 | Convert to Base -2 | | 56.70% | Medium | | +| 1017 | Convert to Base -2 | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1017.%20Convert%20to%20Base%20-2) | 56.70% | Medium | | | 1018 | Binary Prefix Divisible By 5 | | 46.60% | Easy | | | 1019 | Next Greater Node In Linked List | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1019.%20Next%20Greater%20Node%20In%20Linked%20List) | 56.50% | Medium | | | 1020 | Number of Enclaves | | 54.70% | Medium | | @@ -1137,7 +1137,7 @@ | 1070 | Product Sales Analysis III | | 42.70% | Medium | | | 1071 | Greatest Common Divisor of Strings | | 53.60% | Easy | | | 1072 | Flip Columns For Maximum Number of Equal Rows | | 56.20% | Medium | | -| 1073 | Adding Two Negabinary Numbers | | 31.60% | Medium | | +| 1073 | Adding Two Negabinary Numbers | [Go](https://github.com/halfrost/LeetCode-Go/tree/master/Algorithms/1073.%20Adding%20Two%20Negabinary%20Numbers) | 31.60% | Medium | | | 1074 | Number of Submatrices That Sum to Target | | 58.50% | Hard | | | 1075 | Project Employees I | | 58.70% | Easy | | | 1076 | Project Employees II | | 52.80% | Easy | |